/* Minification failed. Returning unminified contents.
(562,12): run-time error CSS1030: Expected identifier, found ' '
(562,19): run-time error CSS1031: Expected selector, found ';'
(562,19): run-time error CSS1025: Expected comma or open brace, found ';'
(563,8): run-time error CSS1030: Expected identifier, found ' '
(563,13): run-time error CSS1031: Expected selector, found ';'
(563,13): run-time error CSS1025: Expected comma or open brace, found ';'
(568,1): run-time error CSS1019: Unexpected token, found '}'
(570,2): run-time error CSS1031: Expected selector, found '/'
(570,2): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/* Minification failed. Returning unminified contents.
(549,12): run-time error CSS1030: Expected identifier, found ' '
(549,19): run-time error CSS1031: Expected selector, found ';'
(549,19): run-time error CSS1025: Expected comma or open brace, found ';'
(550,8): run-time error CSS1030: Expected identifier, found ' '
(550,13): run-time error CSS1031: Expected selector, found ';'
(550,13): run-time error CSS1025: Expected comma or open brace, found ';'
(555,1): run-time error CSS1019: Unexpected token, found '}'
(557,2): run-time error CSS1031: Expected selector, found '/'
(557,2): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/* Minification failed. Returning unminified contents.
(538,12): run-time error CSS1030: Expected identifier, found ' '
(538,19): run-time error CSS1031: Expected selector, found ';'
(538,19): run-time error CSS1025: Expected comma or open brace, found ';'
(539,8): run-time error CSS1030: Expected identifier, found ' '
(539,13): run-time error CSS1031: Expected selector, found ';'
(539,13): run-time error CSS1025: Expected comma or open brace, found ';'
(544,1): run-time error CSS1019: Unexpected token, found '}'
(546,2): run-time error CSS1031: Expected selector, found '/'
(546,2): run-time error CSS1025: Expected comma or open brace, found '/'
 */
.content-wrapper {
    width: 1276px;
    margin: 0 auto
}

.topbox {
    overflow: hidden;
    position: relative;
    font-size: 0;
    width: 1276px;
    height: 400px;
    margin: 0 auto;
}

.img_slide {
    overflow: hidden;
    position: relative;
    font-size: 0;
    width: 815px;
    height: 375px;
    float: left;
}

    .img_slide .bd ul li {
        display: none
    }

    .img_slide img {
        width: 100%;
        height: 375px;
        object-fit: contain;
        background: #ddd;
    }

    .img_slide .hd {
        overflow: hidden;
        position: absolute;
        font-size: 12px;
        bottom: 55px;
        text-align: center;
        width: 100%;
    }

        .img_slide .hd ul li {
            display: inline-block;
            margin: 0 2px;
            width: 12px;
            height: 12px;
            text-align: center;
            background: #0000007a;
            cursor: pointer;
            border-radius: 12px;
            transition: all .3s ease;
        }

            .img_slide .hd ul li.on {
                background: #ffffff9a;
                width: 25px;
            }

    .img_slide .prev,
    .img_slide .next {
        position: absolute;
        top: 50%;
        left: 30px;
        width: 64px;
        height: 64px;
        margin-top: -32px;
        opacity: .8;
        background: url(/content/new/tlb_lt.png) no-repeat
    }

    .img_slide .next {
        left: auto;
        right: 30px;
        background: url(/content/new/tlb_rt.png) no-repeat
    }

        .img_slide .prev:hover,
        .img_slide .next:hover {
            opacity: 1
        }

    .img_slide .text {
        position: absolute;
        bottom: 0;
        font-size: 18px;
        width: 100%;
        line-height: 45px;
        height: 45px;
        text-align: center;
    }

        .img_slide .text b {
            background: #000;
            opacity: .5;
            width: 100%;
            height: 100%;
            display: block;
            position: absolute
        }

        .img_slide .text p {
            position: relative;
            color: #fff;
        }

.img_video {
    float: right;
    width: 450px;
    height: 375px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .img_video img.bg {
        height: 100%;
    }

    .img_video img.icon {
        position: absolute;
        opacity: 0.5;
    }


.home_zy {
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.floor {
    width: 815px;
    float: left;
}

.xhyw {
    width: 100%;
}

.ul-news-img {
}

    .ul-news-img li {
        height: 85px;
        padding-left: 140px;
        position: relative;
        border-bottom: 1px solid #eee;
        padding-top: 15px;
        padding-bottom: 15px
    }

        .ul-news-img li:last-child {
            border-bottom: 0;
            padding-bottom: 0
        }

        .ul-news-img li .img {
            position: absolute;
            width: 130px;
            height: 85px;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #f1f1f1;
            box-sizing: border-box;
        }

            .ul-news-img li .img img {
                max-width: 100%;
                max-height: 100%;
            }

        .ul-news-img li a {
            display: block;
            font-size: 16px
        }

        .ul-news-img li p.date {
            font-size: 12px
        }

        .ul-news-img li p.desc {
            font-size: 14px;
            text-indent: 28px;
            line-height: 20px
        }


.new_hd {
    border-bottom: 1px solid #d4d4d4;
    height: 50px;
    line-height: 50px;
}

    .new_hd span {
        font-size: 20px;
        color: #000;
        border-bottom: 3px solid #087EE0;
        font-weight: bold;
        display: block;
        float: left;
        height: 48px;
    }

    .new_hd font {
        color: #999;
        float: left;
    }

        .new_hd font:before {
            content: '/';
            padding: 0 5px
        }

    .new_hd a.more {
        float: right;
        width: 25px;
        height: 50px;
        background: url(/Content/new/more.png) no-repeat center;
        background-size: 14px;
    }

.new_bd {
    overflow: hidden;
}

.hyzc {
    width: 450px;
    float: right;
    /* position: absolute; */
    /* right: 0; */
    /* top: 0 */
}

    .hyzc .wxcode {
        width: 205px;
        height: 160px;
        border: 1px solid #d9d9d9;
        margin-top: 15px;
        text-align: center
    }

        .hyzc .wxcode img {
            width: 100px;
            height: 100px;
            margin-top: 15px
        }

        .hyzc .wxcode p {
            margin-top: 5px;
            color: #308cc8
        }

    .hyzc .lj {
        display: block;
        margin-top: 15px
    }

    .hyzc .search {
        padding: 0;
        width: 207px;
        margin-top: 10px;
        color: #fff;
        line-height: normal
    }

        .hyzc .search .box {
            overflow: hidden;
            border-radius: 5px;
            border: 1px solid #d9d9d9
        }

            .hyzc .search .box .input {
                width: 160px;
                border: 0;
                outline: none;
                height: 30px;
                float: left;
                padding: 0 10px;
                padding-right: 0;
                background: #fff
            }

            .hyzc .search .box .button {
                float: left;
                height: 30px;
                width: 35px;
                background: #fff url(/content/new/search_icon.png) no-repeat center;
                border: none;
                display: block;
                outline: none;
                cursor: pointer;
                padding: 0
            }

.hyqk {
    position: relative;
}

    .hyqk .hd {
        overflow: hidden;
        line-height: 36px
    }

        .hyqk .hd h1 {
            font-size: 30px;
            color: #000;
            letter-spacing: 6px;
            text-align: center;
            margin-bottom: 20px;
        }

        .hyqk .hd a {
            float: right;
            color: #999
        }

    .hyqk .bd {
        /*height: 220px;*/
        overflow: hidden;
        /*width: 1202px;*/
        width: 1276px;
        margin: 0 auto;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

        .hyqk .bd .item a {
            padding: 10px;
            display: block;
            font-size: 17px;
            color: #1e48a5;
            background: #fff;
            border: 2px solid #1e48a5;
            text-decoration: none;
            line-height: 1;
            transition: all .3s ease;
        }

            .hyqk .bd .item a:hover {
                background: #1e48a5;
                color: #fff
            }

/*.hyqk .bd li {
            float: left;
            width: 150px;
            height: 204px;
            padding: 4px;
            border: 1px solid #ccc;
            margin: 0 6px;
        }

            .hyqk .bd li img {
                width: 150px;
                height: 204px;
            }

    .hyqk .prev,
    .hyqk .next {
        position: absolute;
        top: 160px;
        left: 0;
        width: 36px;
        height: 62px;
        background: url(/content/new/hyqk_prev.png) no-repeat;
    }

    .hyqk .next {
        left: auto;
        right: 0;
        background: url(/content/new/hyqk_next.png) no-repeat;
    }*/

.yqlj {
    margin-top: 40px;
}

    .yqlj .hd {
        font-size: 22px;
        color: #237bd0;
        display: inline-block;
        border-bottom: 2px solid #237bd0
    }

    .yqlj .bd {
        margin: 0 auto;
        padding: 15px 0;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        font-size: 0;
        margin-top: 20px;
    }

        .yqlj .bd a {
            text-align: center;
            line-height: 28px;
            font-size: 17px;
            margin-right: 20px;
        }

            .yqlj .bd a:first-child {
                border: 0px;
            }

.fs_lb {
    position: relative
}

    .fs_lb .bd {
        width: 460px;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 15px
    }

        .fs_lb .bd ul li {
            float: left;
            width: 225px;
            margin: 0 2px;
            height: 317px
        }

            .fs_lb .bd ul li img {
                width: 225px;
                height: 100%
            }

    .fs_lb .prev,
    .fs_lb .next {
        position: absolute;
        top: 130px;
        left: 0;
        width: 21px;
        height: 38px;
        background: url(/Content/new/prev.png) no-repeat
    }

    .fs_lb .next {
        left: auto;
        right: 0;
        background: url(/Content/new/next.png) no-repeat
    }

.spzx img {
    width: 100%
}

.spzx li {
    margin-bottom: 20px;
}


.spzx .new_bd {
    margin-top: 10px
}

    .spzx .new_bd a {
        position: relative;
        display: block
    }

        .spzx .new_bd a b {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba(0, 0, 0, .5) url(/Content/new/bf.png) no-repeat center;
            background-size: 50px
        }

        .spzx .new_bd a p {
            position: absolute;
            bottom: 0;
            line-height: 30px;
            text-align: center;
            width: 100%;
            color: #fff
        }


/* ******************** */

.xhjx .cnj {
    height: 80px;
    display: flex;
    margin: 10px auto;
}

.cnj .righttt {
    width: 100px;
    height: 80px;
    border: 1px solid black;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
}

.leftttt {
    width: 300px;
    height: 110px;
    /* border: 1px solid black; */
    text-align: left;
    margin: auto;
    /* line-height: 70px; */
    text-align: left;
    overflow: hidden;
    font-size: 16px;
}

.xhjx .hhj {
    height: 80px;
    display: flex;
    margin: 100px auto;
}

.hhj .righttt {
    width: 100px;
    height: 80px;
    border: 1px solid black;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
}


/* .hhj ul {
    width: 300px;
    height: 80px;
    border: 1px solid black;
    /* margin-left: 30px; */

text-align: center;
margin: auto;

/* line-height: 70px;*/


}

*/ .left {
    list-style: 0;
}

/* ******************* */

/* Ã¦â€Â¶Ã§Â¼Â©Ã¦Â¡â€  */
.title_serch {
    width: 500px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex
}

    .title_serch .wxcode {
        width: 205px;
        height: 160px;
        /* border: 1px solid #d9d9d9; */

        margin-top: 15px;
        text-align: center
    }

        .title_serch .wxcode img {
            width: 100px;
            height: 100px;
            margin-top: 0px
        }

        .title_serch .wxcode p {
            margin-top: 5px;
            color: #fff
        }

    .title_serch .lj {
        display: block;
        margin-top: 15px
    }

    .title_serch .search {
        padding: 0;
        width: 207px;
        height: 35px;
        margin-top: 60px;
        color: #fff;
        line-height: normal
    }

        .title_serch .search .box {
            overflow: hidden;
            border-radius: 5px;
            border: 1px solid #d9d9d9
        }

            .title_serch .search .box .input {
                width: 160px;
                border: 0;
                outline: none;
                height: 30px;
                float: left;
                padding: 0 10px;
                padding-right: 0;
                background: #fff
            }

            .title_serch .search .box .button {
                float: left;
                height: 30px;
                width: 35px;
                background: #fff url(./content/new/index_files/search_icon.png) no-repeat center;
                border: none;
                display: block;
                outline: none;
                cursor: pointer;
                padding: 0
            }



.ppwc {
    margin-bottom: 50px;
    margin-top: 50px;
}

    .ppwc .hd {
    }

        .ppwc .hd h1 {
            font-size: 30px;
            color: #000;
            letter-spacing: 6px;
            text-align: center;
            margin-bottom: 20px;
        }

        .ppwc .hd img {
            width: 50px;
            height: 100px;
            border: 1px solid black;
            border-radius: 51%;
            margin-left: 10px;
        }

    .ppwc.xb .hd h1 {
        width: 20px;
        line-height: 30px;
    }

    .ppwc .bd {
        overflow: hidden;
        /* border-bottom: 1px solid #eee; */
        /* padding-bottom: 40px; */
        margin-left: -20px;
        margin-right: -20px;
    }

    .ppwc.xb .bd {
        padding-bottom: 0;
        border: 0;
    }

    .ppwc .bd .item {
        float: left;
        margin: 0 20px;
        width: 398px;
        border: 1px solid #eee;
        padding: 15px;
        box-sizing: border-box;
    }

        .ppwc .bd .item .title {
            display: flex;
            font-size: 22px;
            text-align: center;
            height: 210px;
            overflow: hidden;
            align-items: center;
            justify-content: center;
            position: relative;
        }

            .ppwc .bd .item .title img {
                max-width: 100%;
                height: 100%;
            }

            .ppwc .bd .item .title p {
                position: absolute;
                bottom: 0;
                background: rgba(13, 71, 128,.5);
                width: 100%;
                line-height: 50px;
                color: #fff;
            }


        .ppwc .bd .item li {
            overflow: hidden;
            position: relative;
            height: 40px;
            line-height: 40px;
        }

            .ppwc .bd .item li a {
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 14px;
                padding-right: 79px;
                color: #0d4780;
            }

            .ppwc .bd .item li span {
                font-size: 12px;
                position: absolute;
                right: 0;
                top: 8px;
                background: #daedff;
                line-height: 2;
                padding: 0 10px;
                color: #0d4780;
            }

.ksrk {
    overflow: hidden;
}

    .ksrk .item {
        width: 215px;
        float: left;
        margin-top: 20px;
        background: #eee;
        font-size: 24px;
        text-align: center;
        line-height: 80px;
        text-decoration: none;
        font-weight: bold;
        color: #3962B1;
    }

        .ksrk .item img {
            width: 100%;
        }



.ul-tzgg {
    margin-top: 3px
}

    .ul-tzgg li {
        clear: both;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        background: url(/Content/new/dot.jpg) no-repeat 0 50%;
        text-indent: 10px;
        border-bottom: 1px dashed #f4f4f4;
    }

        .ul-tzgg li a {
            font-size: 14px;
            padding: 0 5px;
            float: left;
            width: 85%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .ul-tzgg li .date {
            float: right;
            color: #999;
        }


.view_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

    .view_box .bg {
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.4
    }

    .view_box .box {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -500px;
        margin-top: -300px;
        background: #000;
        width: 1000px;
        height: 600px;
    }

        .view_box .box video {
            width: 100%;
            height: 100%;
        }

.qtlj {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

    .qtlj a {
        margin: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        float: left;
        border: 1px solid #eee;
        box-sizing: border-box;
    }

        .qtlj a img {
            max-height: 80px;
        }

