﻿@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:400,500,700");

* {
    list-style: none;
}

body {
    font-family: "Noto Sans SC","Noto Sans",sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans SC","Noto Sans",sans-serif
}

html {
    font-size: 16px
}

body {
    background-color: white;
    font-weight: 400;
    line-height: 1.75;
    color: #333;
    font-family: "Noto Sans SC","Noto Sans",sans-serif;
}

h1, h2, h3, h4, h5 {
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.2
}

p {
    margin-bottom: 1rem
}

h1 {
    margin-top: 0;
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

small, .font_small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}
/********************************* 2. Body and some general stuff *********************************/

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px
}

div {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    margin-bottom: 0
}

p {
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #265AA6;
        text-decoration: none
    }

        a:hover span {
            text-decoration: underline
        }

    a i {
        text-decoration: none
    }

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px
}

section {
    display: block;
    position: relative;
    box-sizing: border-box
}

.clear {
    clear: both
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

.clearfix {
    zoom: 1
}

.float_left {
    float: left
}

.float_right {
    float: right
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.fill_height {
    height: 100%
}

.super_container {
    width: 100%
}

.button {
    display: inline-block;
    background: #0e8ce4;
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

    .button a {
        display: block;
        font-size: 18px;
        font-weight: inherit;
        line-height: 48px;
        color: #FFFFFF;
        padding-left: 35px;
        padding-right: 35px
    }

    .button:hover {
        opacity: .8
    }

.standard_dropdown li {
    display: inline-block;
    position: relative;
    height: 56px
}

    .standard_dropdown li li {
        display: block;
        width: 100%
    }

        .standard_dropdown li li a {
            display: block;
            width: 100%;
            border-bottom: solid 1px #f2f2f2;
            font-size: 16px
        }

    .standard_dropdown li:last-child a {
        border-bottom: none
    }

    .standard_dropdown li.hassubs > a i {
        display: inline-block;
        margin-left: 5px
    }

    .standard_dropdown li a {
        display: block;
        position: relative;
        font-size: 16px;
        font-weight: inherit;
        color: #000000;
        line-height: 56px;
        white-space: nowrap;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }

        .standard_dropdown li a:hover {
            color: #0e8ce4
        }

        .standard_dropdown li a i {
            -webkit-transform: translateY(-1px);
            -moz-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
            -o-transform: translateY(-1px);
            transform: translateY(-1px)
        }

    .standard_dropdown li ul {
        display: block;
        position: absolute;
        top: 120%;
        left: 0;
        width: auto;
        visibility: hidden;
        opacity: 0;
        background: #FFFFFF;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -ms-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: all .3s ease;
        z-index: 1
    }

    .standard_dropdown li:hover > ul {
        top: 100%;
        visibility: visible;
        opacity: 1
    }

.standard_dropdown ul ul {
    left: 100%;
    top: 0 !important
}

.page_width {
    width: 1100px;
}
/********************************* 3. Header *********************************/
.header {
    height: 100px;
    /*    margin-bottom: 10px;
    border-bottom: solid 1px #F2F2F2;
    border-top: 3px solid #265aa6;*/
    position: relative;
}

    .header .header_wrap {
        height: 100px;
        margin: 0 auto;
        overflow: hidden;
        display: table;
    }

        .header .header_wrap .logo_left {
            height: 100px;
            width: 330px;
            display: table-cell;
            vertical-align: middle;
        }

            .header .header_wrap .logo_left img {
            }

        .header .header_wrap .menu_right {
            height: 100px;
            display: table-cell;
            vertical-align: middle;
            text-align: left;
        }

            .header .header_wrap .menu_right .me {
                /*  font-weight: bold;*/
                text-transform: uppercase;
                padding: 5px 10px;
                margin-right: 15px;
                display: inline-block;
                color: #fff;
                border-bottom: 2px solid transparent;
            }

                .header .header_wrap .menu_right .me:hover {
                    color: #265aa6;
                    border-bottom: 2px solid #fff;
                }

            .header .header_wrap .menu_right .s_menu_wrap {
                min-height: 100px;
                padding: 15px;
                padding-top: 0;
                position: absolute;
                top: 70px;
                display: block;
                float: none;
                left: 0;
                z-index: 1000;
                color: #333;
                text-align: left;
                list-style: none;
                background-clip: padding-box;
                border: 1px solid rgba(0,0,0,0.15);
                border-radius: .25rem;
                width: 100% !important;
                overflow: hidden;
                display: none;
                background: #f9f9f9;
            }

                .header .header_wrap .menu_right .s_menu_wrap .menu_width {
                    width: 700px;
                    overflow: hidden;
                    height: 100%;
                    margin: 0 auto;
                }

                    .header .header_wrap .menu_right .s_menu_wrap .menu_width .me2 {
                        display: inline-block;
                        line-height: 30px;
                        font-weight: 400;
                        text-align: inherit;
                        white-space: nowrap;
                        text-decoration: none;
                        padding: 10px;
                        width: 200px;
                    }

    .header.on {
        background-color: #fff;
    }

        .header.on .header_wrap .menu_right .me {
            color: #333;
        }

            .header.on .header_wrap .menu_right .me:hover {
                color: #265aa6;
                border-bottom: 2px solid #265aa6;
            }

.main_wrap {
    margin: 10px auto;
    min-height: 400px;
}

    .main_wrap img {
        max-width: 90%;
    }


.footer {
    margin-top: 2rem;
    padding-top: 12px;
    padding-bottom: 10px;
    background-color: #333;
    color: #fff;
    text-align: center;
}

.footer img{
   max-width:100%;
}


.focusBox {
    width: 100%;
    height: 290px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
}

    .focusBox .pic {
        position: relative;
        z-index: 0;
    }

        .focusBox .pic li {
            width: 100%;
            height: 290px;
            display: block;
        }

    .focusBox .hd {
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: center;
        font-size: 0;
        z-index: 1;
    }

        .focusBox .hd li {
            margin: 0 5px;
            background: url(http://microdc.cn/cn/images/dot.png) no-repeat 0 -16px;
            height: 16px;
            overflow: hidden;
            width: 16px;
            cursor: pointer;
            display: inline-block;
            *display: inline;
            zoom: 1;
            _background: url(http://microdc.cn/cn/images/dot8.png) no-repeat 0 -16px;
        }

        .focusBox .hd .on {
            background-position: 0 0;
        }

    .focusBox .prev, .focusBox .next {
        width: 60px;
        height: 90px;
        margin: -60px 0 0;
        display: none;
        background: url(http://microdc.cn/cn/images/ad_ctr.png) no-repeat 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        filter: alpha(opacity=20);
        opacity: 0.2;
    }

    .focusBox .prev {
        left: 0;
    }

    .focusBox .next {
        background-position: 0 -90px;
        right: 0;
    }

        .focusBox .prev:hover, .focusBox .next:hover {
            filter: alpha(opacity=50) !important;
            opacity: 0.5 !important;
        }


.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px dashed #dee2e6;
}

.ej {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E7E7E8
}

    .ej .ej_wrap {
        width: 1100px;
        margin: 0 auto;
        padding-bottom: 15px;
    }

/*分页控件样式*/
.pages {
    color: red;
    font-weight: bold;
    clear: both;
    height: 25px;
    text-align: center;
}

    .pages .item {
        padding: 1px 6px;
        font-size: 13px;
    }
    /*数字页索引样式*/
    .pages a {
        border: 1px solid #ddd;
        padding: 3px 10px;
        color: #333;
        font-weight: normal;
        background: #eee;
    }

        .pages a:hover {
            background-color: #111;
            color: #fff;
            border: 1px solid #ddd;
            text-decoration: none;
            font-weight: normal;
        }

    .pages span {
        color: #000;
        padding: 4px 10px;
        background-color: #ddd;
        margin: 5px;
    }


.banner {
    width: 100%;
    height: 750px;
    overflow: hidden;
    position: relative;
    font-size: 0
}

.b-img {
    height: 500px;
    position: absolute;
    left: 0;
    top: 0
}

    .b-img a {
        display: block;
        height: 750px;
        float: left
    }

.b-list {
    height: 50px;
    padding-top: 700px;
    position: relative;
    margin: 0 auto;
    z-index: 1
}

    .b-list span {
        display: block;
        cursor: pointer;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 3px solid #fff;
        float: left;
        margin: 0 5px;
        _margin: 0 3px
    }

    .b-list .spcss {
        border: 3px solid #14ab04
    }

.bar-left {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    left: 0;
    background: 0 0;
    top: 0
}

.bar-right {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    right: 0;
    background: 0 0;
    top: 0
}

.bar-left em {
    display: block;
    width: 50px;
    height: 100px;
    background: url(http://www.jq22.com/demo/zsybanner201704210051/images/arrow.png) 0 0 no-repeat;
    margin: 0 auto;
    margin-top: 325px
}

.bar-right em {
    display: block;
    width: 50px;
    height: 100px;
    background: url(http://www.jq22.com/demo/zsybanner201704210051/images/arrow.png) -50px 0 no-repeat;
    margin: 0 auto;
    margin-top: 325px
}

.bar-left .emcss {
    background-position: 0 -100px
}

.bar-right .emcss {
    background-position: -50px -100px
}

.search_wrap {
    line-height: 50px;
}

    .search_wrap .Input_Ant {
        height: 22px;
        padding: 5px;
        outline: none;
        border: 1px solid rgba(0,0,0,0.15);
        font-size: 16px;
        color: #8d8c8c;
    }

    .search_wrap .search_btn {
        display: inline-block;
        height: 32px;
        padding: 5px 10px;
        outline: none;
        border: 1px solid rgba(0,0,0,0.15);
        font-size: 14px;
        color: #555353;
        cursor: pointer;
    }

.lunbo {
    position: relative;
    height: 540px;
}

    .lunbo > ul > li {
        width: 100%;
        height: 540px;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        .lunbo > ul > li:first-child {
            display: block;
        }

        .lunbo > ul > li > a {
            display: block;
            width: 100%;
            height: 100%;
        }

    .lunbo .leftBut, .lunbo .rightBut {
        width: 41px;
        height: 69px;
        position: absolute;
        top: 50%;
        margin-top: -35px;
        background: url(../images/button.png) no-repeat;
        cursor: pointer;
        display: none;
    }

    .lunbo .leftBut {
        background-position: -83px 0;
        left: 50%;
        margin-left: -580px;
    }

    .lunbo .rightBut {
        background-position: -125px 0;
        right: 50%;
        margin-right: -580px;
    }

    .lunbo .leftBut:hover {
        background-position: 0 0;
    }

    .lunbo .rightBut:hover {
        background-position: -41px 0;
    }

    .lunbo > ol {
        width: 156px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -50px;
    }

        .lunbo > ol > li {
            float: left;
            width: 12px;
            height: 12px;
            background: #ffffff;
            margin-right: 10px;
            cursor: pointer;
            border-radius: 10px;
            -ms-border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
        }

            .lunbo > ol > li.current {
                background: #265aa6;
            }

#lunbo_j {
    position: relative;
    height: 650px;
}

    #lunbo_j > ul > li {
        width: 100%;
        height: 650px;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        #lunbo_j > ul > li:first-child {
            display: block;
        }

#lunbo_i {
    position: relative;
    height: 766px;
}

    #lunbo_i > ul > li {
        width: 100%;
        height: 766px;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        #lunbo_i > ul > li:first-child {
            display: block;
        }

    #lunbo_i > ol {
        bottom: 80px;
    }


#lunbo_j {
    position: relative;
    height: 274px;
}

    #lunbo_j > ul > li {
        width: 100%;
        height: 274px;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    #lunbo_j > ol {
        width: 100px;
        bottom: 10px;
        margin-left: -45px;
    }

    #lunbo_j .leftBut {
        display: none !important;
    }

    #lunbo_j .rightBut {
        display: none !important;
    }

    #lunbo_j > ol {
        bottom: 10px;
    }



#lunbo_i {
    position: relative;
    height: 360px;
    top: 75px;
}

    #lunbo_i > ul > li {
        width: 100%;
        height: 360px;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    #lunbo_i > ol {
        width: 100px;
        bottom: 10px;
        margin-left: -15px;
    }

    #lunbo_i .leftBut {
        display: none !important;
    }

    #lunbo_i .rightBut {
        display: none !important;
    }

    #lunbo_i > ol {
        bottom: 10px;
    }

}
/*閽堝iphone5s*/
@media (min-width: 315px) {
    #lunbo_j {
        position: relative;
        height: 288px;
    }

        #lunbo_j > ul > li {
            width: 100%;
            height: 288px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }


    #lunbo_i {
        position: relative;
        height: 378px;
    }

        #lunbo_i > ul > li {
            width: 100%;
            height: 378px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }
}
/*閽堝1080*1920鐨刟ndroid*/
@media (min-width: 360px) {
    #lunbo_j {
        position: relative;
        height: 329px;
    }

        #lunbo_j > ul > li {
            width: 100%;
            height: 329px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }


    #lunbo_i {
        position: relative;
        height: 432px;
    }

        #lunbo_i > ul > li {
            width: 100%;
            height: 432px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }
}
/*閽堝iphone6*/
@media (min-width: 375px) {
    #lunbo_j {
        position: relative;
        height: 342px;
    }

        #lunbo_j > ul > li {
            width: 100%;
            height: 342px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

    #lunbo_i {
        position: relative;
        height: 450px;
    }

        #lunbo_i > ul > li {
            width: 100%;
            height: 450px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }
}

@media (min-width: 390px) {
    #lunbo_i {
        position: relative;
        height: 468px;
    }

        #lunbo_i > ul > li {
            width: 100%;
            height: 468px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }
}

@media (min-width: 400px) {
    .logo {
        width: 150px;
        height: 53px;
        display: block;
    }

    .pro_nav_mb {
        width: 100%;
        height: 35px;
    }

        .pro_nav_mb ul {
            width: 100%;
            overflow: hidden;
        }

        .pro_nav_mb li {
            width: 80px;
            font-size: 14px;
            float: left;
            padding-top: 5px;
            margin-left: 5px;
            text-align: center;
            line-height: 28px;
        }

            .pro_nav_mb li.child {
                font-size: 14px;
                color: #666;
            }

                .pro_nav_mb li.child:hover {
                    color: #66b2e0;
                }

            .pro_nav_mb li.current {
                border-bottom: 2px solid #007ecc;
            }

    #lunbo_j {
        position: relative;
        height: 365px;
    }

        #lunbo_j > ul > li {
            width: 100%;
            height: 365px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

    #lunbo_i {
        position: relative;
        height: 480px;
    }

        #lunbo_i > ul > li {
            width: 100%;
            height: 480px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }
}

@media (min-width: 410px) {
    #lunbo_j {
        position: relative;
        height: 374px;
    }

        #lunbo_j > ul > li {
            width: 100%;
            height: 374px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

    #lunbo_i {
        position: relative;
        height: 492px;
    }

        #lunbo_i > ul > li {
            width: 100%;
            height: 492px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }
}

@media (min-width: 480px) {
    #lunbo_j {
        position: relative;
        height: 438px;
    }

        #lunbo_j > ul > li {
            width: 100%;
            height: 438px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

        #lunbo_j > ol {
            width: 100px;
            bottom: 10px;
            margin-left: -40px;
        }

    #lunbo_i {
        position: relative;
        height: 576px;
    }

        #lunbo_i > ul > li {
            width: 100%;
            height: 576px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }
}

@media (min-width: 500px) {
    #lunbo_j {
        position: relative;
        height: 457px;
    }

        #lunbo_j > ul > li {
            width: 100%;
            height: 457px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

    #lunbo_i {
        position: relative;
        height: 600px;
    }

        #lunbo_i > ul > li {
            width: 100%;
            height: 600px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }
}

@media (min-width: 600px) {
    #lunbo_j {
        position: relative;
        height: 548px;
    }

        #lunbo_j > ul > li {
            width: 100%;
            height: 548px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

    #lunbo_i {
        position: relative;
        height: 720px;
    }

        #lunbo_i > ul > li {
            width: 100%;
            height: 720px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }
}

@media (min-width: 700px) {
    #lunbo_j {
        position: relative;
        height: 639px;
    }

        #lunbo_j > ul > li {
            width: 100%;
            height: 639px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

    #lunbo_i {
        position: relative;
        height: 840px;
    }

        #lunbo_i > ul > li {
            width: 100%;
            height: 840px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }
}

@media (min-width: 768px) {
    .pro-nav-list {
        padding: 22px 10px;
    }

    .pro_nav_name {
        display: none;
    }

    .pro_nav_mb ul {
        width: 100%;
    }

    .pro_nav_mb li {
        width: 150px;
        font-size: 14px;
        float: left;
    }

    #lunbo_j {
        position: relative;
        height: 650px;
    }

        #lunbo_j > ul > li {
            width: 100%;
            height: 650px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }


    #lunbo_i {
        position: relative;
        height: 766px;
    }

        #lunbo_i > ul > li {
            width: 100%;
            height: 766px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }
}

@media (min-width: 992px) {
    .pro-nav-list {
        padding: 22px 10px;
    }

    .pro_nav_name {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    #lunbo_i {
        position: relative;
        height: 766px;
        top: 0px;
    }

        #lunbo_i > ul > li {
            width: 100%;
            height: 766px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

            #lunbo_i > ul > li:first-child {
                display: block;
            }

        #lunbo_i > ol {
            bottom: 110px;
        }
}

@media (min-width: 1200px) {
    .pro-nav-list {
        padding: 22px 0;
    }

    #lunbo_j .leftBut {
        display: block !important;
    }

    #lunbo_j .rightBut {
        display: block !important;
    }
}

.zy2_zhb {
    background: rgba(0, 0, 0, 0.3);
}

    .zy2_zhb #zy2_navul > li > a {
        color: #fff;
    }



        .zy2_zhb #zy2_navul > li > a:hover {
            color: #8fc31f;
            border-bottom: 3px solid #8fc31f;
        }

.zy2_zhb2 > a:before, .zy2_nhb2 > a:hover:before {
    background: url(../images/zy2_sprite2.png) 0 -9px;
}

.zy2_zhb2 > a:before {
    background-position: -39px -9px;
}

.zy2_zhb2 > a:hover:before {
    background-position: -39px -44px;
}

.zy2_zhb2 > a {
    color: #fff;
}


.se_menu {
    position: relative;
}

    .se_menu .nav_menu {
        position: absolute;
        top: 30px;
        left: 0;
        min-height: 100px;
        width: 200px;
        padding: 15px;
        padding-top: 0;
        display: none;
        float: none;
        z-index: 1000;
        color: #333;
        text-align: left;
        list-style: none;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: .25rem;
        overflow: hidden;
        background: #f9f9f9;
    }

        .se_menu .nav_menu a {
            display: block;
        }

.news_wrap {
    overflow: visible;
    font-size: 14px;
    font-weight: normal;
}

    .news_wrap .news_item {
        float: left;
        width: 500px;
        display: table;
        border-bottom: 1px dashed #ddd;
        font-family: 微软雅黑;
        padding: 15px 0 0 0;
        margin-right: 30px;
        min-height: 90px;
     
    }

       

        .news_wrap .news_item .n_img {
            display: table-cell;
            width: 90px;
            vertical-align: top;
        }

       

            .news_wrap .news_item .n_img img {
                max-width: 80px;
                max-height: 90px;
            }

        .news_wrap .news_item .n_c {
            display: table-cell;
            vertical-align: top;
        }

            .news_wrap .news_item .n_c .n_title a {
                font-size: 16px;
                font-family: 微软雅黑;
                color: rgb(53,53,53);
                font-weight: normal;
                text-decoration: none;
                font-style: normal;
            }

            .news_wrap .news_item .n_c .n_descn {
                color: #797979;
                display: block;
                width: auto;
                height: auto;
                line-height: 18px;
                word-wrap: break-word;
                word-break: normal;
                white-space: normal;
                overflow: visible;
              
            }
                .news_wrap .news_item .n_c .n_descn .share_btn {
                    position: relative;
                    display:inline-block;
                }
                    .news_wrap .news_item .n_c .n_descn .share_btn .share {
                        position: absolute;
                        top: 20px;
                        left: 0;
                        width: 200px;
                        height: 200px;
                        border: 1px solid #cac9c9;
                        z-index: 100000;
                        text-align: center;
                        background-color: #ebe8e8;
                        padding:10px;
                        display:none;
                    }

                        .news_wrap .news_item .n_c .n_descn .share_btn .share .colse_btn {
                            position: absolute;
                            top: 3px; 
                            right: 3px; 
                        }

.iconfont {
    cursor: pointer;
}
.banner_wrap{
    position:relative;
}

    .banner_wrap .banner_txt {
        position: relative;
        height: 100%;
        margin: 0px auto;
    }

    .banner_wrap .banner_txt  h2{
       margin-bottom:unset;
    }

.in_more {
    margin: 0px auto;
   display:inline-block;
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #bababa;
    line-height: 40px;
    margin-top: 70px;
}
    .in_more a {
        display: block;
        font-size: 14px;
        color: #898989;
        padding-right: 10px;
        background: url(../images/in_more-bg.png) no-repeat right center;
    }

.gallery_wrap {
    display: flex;
   flex-wrap:wrap;
   justify-content: start;
}
    .gallery_wrap .g_item {
        padding-top:10px;
        padding-bottom:10px;
        flex: 0 0 265px;
        max-height:280px;
        text-align:center;
        border:1px solid #d3d0d0;
        margin-right:10px;
        margin-bottom:20px;
        margin-top:10px;
    }

        .gallery_wrap .g_item .g_img {
        }
        .gallery_wrap .g_item .g_img img{
            max-height:220px;
        }
        .gallery_wrap .g_item .g_title {
            color: #858585; 
            font-size: 14px;
        }

.btnlist{
    text-align:center;
    line-height:30px;
    margin:10px 0;
}

    .btnlist .prenext {
        color: #807e7e;
        border: 1px solid #807e7e;
        padding: 0px 20px;
        display: inline-block;
        cursor:pointer;
    }

#meng {
    width: 100%;
    height: 100%;
    z-index: 1111;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

.img-box {
    border: 1px solid #9A948E;
    width: 400px;
    height: 300px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -150px;
    overflow: hidden;
}

#img {
    width: 400px;
    height: 300px;
    min-height: 100px;
    min-width: 200px;
    position: absolute;
}

.close {
    position: fixed;
    top: 5px;
    right: 5px;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.imgs {
    height: 50px;
    width: 50px;
    float: left;
}

.moreBtn {
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.15);
    padding: 2px 20px;
    border-radius: 10px;
    color: #807e7e;
    cursor:pointer;
    font-size:14px;
    font-weight:normal;
}

.narow{
    display:inline-block;
     position:absolute;
     top:50%;
}
    .leftbtn {
        left:0;
    }
     .rightbtn {
        right:0;
    }
.narow i{
    font-size:50px; 
    color:#666;
}