@charset "utf-8";

* {
    word-wrap: break-word;
}

body {
    background: #ebebeb;
}

body, input, button, select, textarea {
    font: Tahoma, 'Microsoft Yahei', 'Simsun';
    color: #333;
    font-size: 16px;
}

textarea {
    resize: none;
}

body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, .pr, .pc {
    margin: 0;
    padding: 0;
}

table {
    empty-cells: show;
    border-collapse: collapse;
}

li, ul li, .xl li {
    list-style: none;
}

em, cite, i {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a img {
        border: none;
    }

input:focus {
    outline: none;
}

input, button, select, textarea {
    border: 0px;
    outline: none; /*-webkit-appearance:none;*/ /*ǿ��ȥ������Դ�����ʽ*/
}

button {
    cursor: pointer;
}

textarea {
    resize: none; /*-webkit-appearance:none;*/ /*ǿ��ȥ��textarea�Դ�����ʽ*/
}

textarea, input, select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

a:hover {
    color: #2373c8;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/*单行文本省略号*/
.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行文本省略号*/
.dot1 {
    -webkit-line-clamp: 3;
}

/*Top*/
.Top_bj {
    width: 100%;
    height: 110px;
    background: #fff;
}

    .Top_bj .TopLogobj {
        width: 1460px;
        margin: 0 auto;
        padding: 18px 0 0 0;
    }

        .Top_bj .TopLogobj .Top_logoleft {
            float: left;
        }

        .Top_bj .TopLogobj .Top_logorightt {
            float: right;
            margin: 0 1% 0 0;
            width: 200px;
        }

            .Top_bj .TopLogobj .Top_logorightt .Top_R1 {
                float: right;
            }

                .Top_bj .TopLogobj .Top_logorightt .Top_R1 span {
                    float: right;
                    padding: 0 0 0 20px;
                    line-height: 40px;
                }

            .Top_bj .TopLogobj .Top_logorightt .Top_R2 {
                float: right;
            }

.Top_R2 .Seo_bj {
    width: 260px;
    height: 30px;
    background: #efefef url(../images/lasjtglsyyxgs_06.jpg) no-repeat top right;
}

.inputc {
    width: 216px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    border: none;
    background: none;
    padding-left: 10px;
}

.seoan {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
}

.Dh_bj {
    width: 100%;
    height: 50px;
    background: #2373c8;
}

.TopNav {
    width: 1200px;
    margin: 0 auto;
}

    .TopNav .NavClose {
        display: none;
    }

    .TopNav ul {
        width: 100%;
    }

        .TopNav ul::after {
            content: '';
            display: block;
            clear: both;
        }

        .TopNav ul li {
            width: 12%;
            float: left;
            line-height: 50px;
            text-align: center;
            position: relative;
            font-size: 20px;
        }

            .TopNav ul li a {
                display: block;
                color: #fff;
            }

            .TopNav ul li.on {
                color: #fff;
            }

                .TopNav ul li.on a {
                    color: #fff;
                }

            .TopNav ul li:hover, .TopNav ul li:hover a {
                color: #fff;
            }

            .TopNav ul li .NavPull {
                position: absolute;
                width: 150px;
                background: #2373c8;
                top: 100%;
                left: 50%;
                display: block;
                z-index: 999;
                margin-left: -75px;
                display: none;
            }

                .TopNav ul li .NavPull dl dd {
                    line-height: 40px;
                    border-top: 1px dotted rgba(255,255,255,0.1);
                    font-size: 18px;
                }

                    .TopNav ul li .NavPull dl dd a {
                        color: #fff;
                    }

                    .TopNav ul li .NavPull dl dd:hover {
                        background: #2373c8;
                    }

                    .TopNav ul li .NavPull dl dd a:hover {
                        color: #fff;
                    }

/*��ͼ�л�*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 450px;
    display: inline-block;
    background: #f8fafb;
}

    .fullSlide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
        width: 100%;
    }

        .fullSlide .bd ul {
            width: 100% !important;
        }

        .fullSlide .bd li {
            width: 100% !important;
            height: 450px;
            overflow: hidden;
            text-align: center;
        }

            .fullSlide .bd li a {
                display: block;
                height: 450px;
            }

    .fullSlide .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 80px;
        left: 0;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

        .fullSlide .hd ul {
            text-align: center;
            padding-top: 5px;
        }

            .fullSlide .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 14px;
                height: 14px;
                margin: 5px;
                background: url(../images/topqhicon.png) -24px 0;
                overflow: hidden;
                line-height: 9999px;
            }

            .fullSlide .hd ul .on {
                background-position: 0 0;
            }
/*Mid*/
.Middiv {
    width: 1160px;
    height: auto;
    display: table;
    margin: 30px auto 0 auto;
    padding: 20px;
    background: #fff;
}

.midpic {
}

.newsleftdttu {
    float: left;
}

.newsrightdiv {
    float: right;
    width: 566px;
}

    .newsdhdiv {
        width: 100%;
        height: 38px;
    }

         .newsdhdiv .newstitelbt {
            width: 30%;
            float: left;
            text-align: left;
            color: #2373c8;
            font-size: 21px;
            font-weight: bold;
        }

         .newsdhdiv .newsrightmore {
            width: 30%;
            float: right;
            text-align: right;
            color: #999999;
            font-size: 14px;
            line-height: 24px;
        }

.newslistdiv {
    width: 100%;
}

    .newslistdiv li {
        float: left;
        line-height: 36px;
        width: 100%;
        height: 36px;
        overflow: hidden;
    }

        .newslistdiv li .news_title {
            float: left;
            width: 87%;
            font-size: 16px;
            color: #333333;
            text-align: left;
        }

        .newslistdiv li .news_date {
            float: right;
            width: 10%;
            font-size: 16px;
            color: #a6a6a6;
            text-align: right;
        }

.newslistdiv1 {
    width: 100%;
}

    .newslistdiv1 li {
        float: left;
        line-height: 32px;
        width: 100%;
        height: 32px;
        overflow: hidden;
    }

        .newslistdiv1 li .news_title1 {
            float: left;
            width: 85%;
            font-size: 16px;
            color: #333333;
            text-align: left;
        }

        .newslistdiv1 li .news_date1 {
            float: right;
            width: 15%;
            font-size: 16px;
            color: #a6a6a6;
            text-align: right;
        }
/*切换*/
#iFocus {
    width: 566px;
    height: 318px;
    position: relative;
    overflow: hidden;
    float: left;
}

    #iFocus ul {
        height: 318px;
        position: absolute;
        z-index: 10
    }

        #iFocus ul li {
            float: left;
            width: 566px;
            height: 318px;
            left: 0;
            top: 0;
            overflow: hidden;
            position: relative;
            z-index: 81
        }

            #iFocus ul li a {
                display: block;
                float: left
            }

                #iFocus ul li a img {
                    vertical-align: middle;
                    width: 566px;
                    height: 318px;
                }

    #iFocus .btnBg {
        position: absolute;
        width: 566px;
        height: 35px;
        left: 0;
        bottom: 0;
        background: #000;
        z-index: 89;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    #iFocus .btn {
        position: absolute;
        width: 556px;
        height: 10px;
        left: 0;
        bottom: 14px;
        padding-left: 10px;
        text-align: right;
        z-index: 90
    }

        #iFocus .btn span {
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 10px;
            height: 10px;
            line-height: 10px;
            text-align: center;
            font-size: 16px;
            font-family: "΢���ź�";
            margin-right: 5px;
            cursor: pointer;
            color: #333;
            background: #fff;
            border: solid 1px #fff;
            border-radius: 50%;
        }

            #iFocus .btn span.on {
                background: #fb0006;
                color: #fff;
                border: solid 1px #fb0006;
            }
/*end*/
.Gs_news {
    margin-top: 20px;
    height: auto;
    display: table;
    width: 100%;
}

.m_t26 {
    margin-top: 26px;
}

.m_t20 {
    margin-top: 20px;
}

.LmDh_div {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 10px 0;
}

    .LmDh_div .Lmdh_left {
        width: 90px;
        height: 34px;
        border-bottom: 2px solid #2373c8;
        float: left;
        text-align: left;
        color: #000;
        font-size: 21px;
        font-weight: bold;
    }

    .LmDh_div .Lmdh_more {
        width: 15%;
        float: right;
        text-align: right;
        color: #999999;
        font-size: 14px;
        line-height: 30px;
    }

.Mid_left {
    width: 31%;
    margin: 0 2.5% 0 0;
    float: left;
}

.Mid_divmid {
    width: 32%;
    margin: 0 2.5% 0 0;
    float: left;
}

.Mid_right {
    width: 32%;
    margin: 0;
    float: left;
}

.Mid_divmid1 {
    width: 50.5%;
    margin: 0 2.5% 0 0;
    float: left;
}

.Mid_right1 {
    width: 12.5%;
    margin: 0;
    float: left;
}

.Qyjj_div {
    margin: 20px 6px 0 9px;
}

    .Qyjj_div .Qy_left {
        float: left;
        width: 164px;
    }

    .Qyjj_div .Qy_right {
        float: right;
        width: 170px;
    }

        .Qyjj_div .Qy_right dt {
            line-height: 35px;
            font-size: 17px;
        }

        .Qyjj_div .Qy_right p {
            line-height: 24px;
            font-size: 14px;
            height: 270px;
        }

        .Qyjj_div .Qy_right span {
        }

.SP_zb {
    height: 270px;
    width: 100%;
    margin-top: 13px;
}

.Rd_link {
    height: 239px;
    width: 100%;
    margin-top: 32px;
}

.Yw_div {
    height: 260px;
    width: 100%;
    background: #efefef;
    margin-top: 20px;
}

    .Yw_div .DhYw_div {
        line-height: 57px;
        width: 100%;
        float: left;
    }

        .Yw_div .DhYw_div .DhYw_left {
            float: left;
            width: 12%;
            text-align: center;
            color: #333;
            font-size: 21px;
            font-weight: bold;
        }

        .Yw_div .DhYw_div .DhYw_more {
            float: right;
            width: 8%;
            float: right;
            text-align: center;
            color: #999999;
            font-size: 14px;
        }

    .Yw_div .ListYw_div {
        width: 100%;
    }


.ladyScroll {
    width: 100%;
}

    .ladyScroll .prev, .ladyScroll .next {
        width: 51px;
        height: 45px;
        position: absolute;
        top: 210px;
        left: 0;
        z-index: 100;
        cursor: pointer;
    }

    .ladyScroll .next {
        left: auto;
        right: 0;
        background-position: 0 -90px;
    }

    .ladyScroll .prev:hover {
        background-position: 0 -45px;
    }

    .ladyScroll .next:hover {
        background-position: 0 -135px;
    }

    .ladyScroll .scrollWrap {
        width: 1100px;
        overflow: hidden;
        margin: 0 0 0 20px;
    }

    .ladyScroll dl {
        float: left;
        width: 260px;
        text-align: center;
        position: relative;
        margin: 0 20px 0 0;
    }

    .ladyScroll span {
        display: block;
        width: 260px;
        height: 40px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #5f626b;
        filter: alpha(opacity=80);
        opacity: 0.80;
    }

    .ladyScroll dt {
        margin: 0 auto;
        width: 260px;
        overflow: hidden;
    }

    .ladyScroll img {
        display: block;
        width: 260px;
        height: 180px;
        vertical-align: middle;
        object-fit: cover
    }

    .ladyScroll dd {
        width: 260px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        overflow: hidden;
        position: absolute;
        left: 5px;
        bottom: 0;
    }

        .ladyScroll dd a {
            color: #fff;
        }

            .ladyScroll dd a:hover {
                text-decoration: none;
            }

    .ladyScroll dl:hover span {
        background: #2373c8;
    }

.footer {
    width: 100%;
    background: #2373c8;
    height: 143px;
    padding: 30px 0 0 0;
    margin-top: 25px;
}

    .footer .FootMiddiv {
        width: 1200px;
        margin: 0 auto;
    }

        .footer .FootMiddiv .Foot_left {
            width: 90%;
            float: left;
        }

            .footer .FootMiddiv .Foot_left dt {
                float: left;
                width: 100%;
                color: #fff;
                font-weight: bold;
                padding-bottom: 25px;
            }

            .footer .FootMiddiv .Foot_left dl {
                float: left;
                width: 100%;
            }

                .footer .FootMiddiv .Foot_left dl p {
                    float: left;
                    color: #fff;
                    line-height: 30px;
                    padding-right: 30px;
                }

        .footer .FootMiddiv .Foot_right {
            width: 67px;
            float: right;
            text-align: center;
            color: #fff;
            font-weight: bold;
            line-height: 40px;
        }

.FootDowndiv {
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #333;
    background: #fff;
}

.navBar {
    background: none;
    height: initial;
    line-height: 50px;
    ;
}

.nav .dh_link_1 {
    height: initial;
}

.m1.has_sub .second {
    top: 50px;
    opacity: 1;
    background: #2573C4;
    left: 0;
    width: 140px;
}

.nav .m1 {
    width: 140px;
}

.nav .second li:hover .dh_link_2, .m1.on, .m1:hover {
    color: #ebf0f1;
    background: #164add;
}

    .m1.on .dh_link_1, .nav a:hover {
        color: #ebf0f1;
    }

.m1 .dh_link_1 {
    width: 100%;
    text-align: center;
}

.nav a:hover {
}

.TopLogobj {
    display: table;
    position: relative;
}

img.top_wx {
    position: fixed;
    /* top: 0px; */
    right: 0px;
    position: absolute;
    right: 0px;
    top: 60px;
    width: 117px;
    padding-right: 14px;
    z-index: 11;
    display: none;
    /*padding-top*/
}

.wx_title {
    cursor: pointer;
}

    .wx_title:hover img.top_wx {
        display: block;
    }

.slideBox.zhongjian_banner {
    width: 1160px;
    height: 90px;
}

.zhongjian_banner .bd {
}

    .zhongjian_banner .bd li {
    }

        .zhongjian_banner .bd li img {
            width: 1160px;
            height: 90px;
        }

#iFocus .btnBg ul {
    height: 35px;
    ;
}

#iFocus ul li a {
    display: block;
    float: left;
    color: #fff;
}

#iFocus .btn {
    left: auto;
    right: 0;
    width: 170px;
    height: auto;
    /* line-height: 0px; */
    padding-top: 10px;
    bottom: 0px;
    line-height: 35px;
}

#iFocus .btnBg ul li {
    height: 35px;
    ;
}
/*切换图*/
.focus {
    width: 404px;
    height: 348px;
    /*border: 5px solid #d9d9d9;*/
    position: relative;
    width: 566px;
    height: 318px;
}

    .focus #pic {
        width: 404px;
        height: 348px;
        overflow: hidden;
        width: 566px;
        height: 318px;
    }

        .focus #pic ul {
            width: 1216px;
            height: 348px;
            float: left;
            width: 566px;
            height: 318px;
        }

        .focus #pic li {
            width: 404px;
            height: 348px;
            float: left;
            width: 566px;
            height: 318px;
        }

            .focus #pic li img {
                width: 404px;
                height: 348px;
                float: left;
                width: 566px;
                height: 318px;
                vertical-align: middle;
                object-fit: cover
            }

    .focus .tipd-bg {
        width: 404px;
        height: 59px;
        /*background: #4a81fe;*/
        filter: alpha(opacity=60);
        opacity: 0.6;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        background: #000;
        width: 100%;
        height: 36px;
    }

    .focus .txt {
        width: 404px;
        height: 38px;
        color: #fff;
        line-height: 48px;
        position: absolute;
        left: 0;
        bottom: 21px;
        z-index: 11;
        bottom: 0px;
        overflow: hidden;
    }

        .focus .txt ul {
            display: table;
        }

        .focus .txt li {
            position: absolute;
            /*bottom: 21px;*/
            height: 38px;
            line-height: 38px;
            padding-left: 30px;
            line-height: 40px;
            /*            position: fixed;
            position: relative;*/
            width: 100%;
            bottom: -40px;
        }

            .focus .txt li:first-child {
                bottom: inherit;
            }

            .focus .txt li a {
                color: #fff;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                word-break: break-all;
                width: 344px;
                height: 30px;
                float: left;
                height: inherit;
                width: 386px;
            }

    .focus .tip-bg {
        width: 404px;
        height: 21px;
        /*background: #2553fe;*/
        filter: alpha(opacity=60);
        opacity: 0.6;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 12;
        z-index: 0;
    }

    .focus #tip {
        width: 196px;
        height: 14px;
        position: absolute;
        left: 104px;
        bottom: 3px;
        z-index: 13;
        right: 0px;
        left: auto;
        width: 120px;
        bottom: 0px;
        height: auto;
        height: auto;
        bottom: 7px;
    }

        .focus #tip ul li {
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 10px;
            height: 10px;
            line-height: 10px;
            text-align: center;
            font-size: 16px;
            font-family: "΢���ź�";
            margin-right: 5px;
            cursor: pointer;
            color: #333;
            background: #fff;
            border: solid 1px #fff;
            border-radius: 50%;
            /*background: url(../images/focus_tip.png) no-repeat;*/
        }

            .focus #tip ul li.on {
                background: #fb0006;
                color: #fff;
                border: solid 1px #fb0006;
                /*background: url(../images/focus_tip_current.png) no-repeat;*/
            }

    .focus .btn {
        width: 42px;
        height: 9px;
        position: absolute;
        right: 0;
        bottom: 5px;
        z-index: 14;
        overflow: hidden;
    }

        .focus .btn ul {
            width: 100%;
            float: left;
        }

        .focus .btn li {
            width: 7px;
            height: 9px;
            float: left;
            display: inline;
            margin: 0 7px;
            cursor: pointer;
            overflow: hidden;
        }

            .focus .btn li.prev {
                /*background: url(../images/focus_btn_left.png) no-repeat left top;*/
            }

            .focus .btn li.next {
                /*background: url(../images/focus_btn_right.png) no-repeat left top;*/
            }

.hide {
    display: none;
}

#iFocus .btn span {
}

    #iFocus .btn span.on {
    }
.qyjj_pre_img {
    width: 164px;
    height: 327px;
    vertical-align: middle;
    object-fit: cover
}
.qyjj_desc {
/*    width: 280px;
    height: 62px;
    margin: 50px auto;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}
.ladyScroll.Ywly dl, .ladyScroll.Ywly dt, .ladyScroll.Ywly dd, .ladyScroll.Ywly img, .ladyScroll.Ywly span {
    width: 209px;
    vertical-align: middle;
    object-fit: cover
}
.ladyScroll.Ywly dd {
    /*width:170px;*/
}
    .ladyScroll .scrollWrap {
        width: 1120px;
    }
element.style {
}

.ladyScroll dd a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.SP_zb video {
    width: 359px !important;
    /*height: 270px !important;*/
    height: 255px !important;
    background:#000;
}
div#Panel1 {
    min-width: 1460px;
}
span.ckxq {
    background: #2353ab;
    color: #fff;
    padding: 1px 6px;
}.footer1 {
    height: 200px;
}.footer .FootMiddiv .Foot_left dl p {
    padding-right: 28px;
}

.fullSlide .bd li {
    background-size: contain !important;
}
.Seo_bj {
    display: none;
}