﻿body {
    width: 100%;
    height: 100%;
    /*color: #0c0300;*/
    min-width: 1100px;
    /*overflow: hidden;*/
    font-family: "微软雅黑";
    font-family: "Microsoft Yahei", Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
    border: none;
    list-style: none;
    list-style-position: inside;
}

body {
    line-height: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
a {
    /*color: #7e8c8d;*/
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

html, body {
    width: 100%;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header {
    width: 100%;
    height: 130px;
    /*border:1px solid red;*/
    background: url(IMGhead_bg.png) no-repeat center;
    background-size: cover;
    margin: 0px auto;
    overflow: hidden;
    min-width: 1100px;
}

.head_con {
    width: 1100px;
    height: 130px;
    /*border:1px solid red;*/
    margin: 0px auto;
}

.sear {
    width: 296px;
    height: 29px;
    /*border:1px solid #d97373;*/
    margin-top: 69px;
    position: relative;
    margin-left: 801px;
    /*overflow:hidden;*/ /*border:1px solid red;*/
}

.datas_search_text1 {
    width: 271px;
    border: 1px solid #d97373;
    height: 27px;
    line-height: 27px;
    padding: 0px 12px;
    font-size: 12px;
    background: #f8eff0;
    color: #828282;
    font-family: '微软雅黑';
    position: absolute;
}

.fla {
    float: left;
}

.datas_search_btn1 {
    position: absolute;
    right: 0px;
    top: 1px;
    background: url(../IMG/search_icon.png ) no-repeat center;
    border: none;
    width: 29px;
    height: 27px;
    line-height: 27px;
    cursor: pointer;
}

input, textarea, button, select, option {
    font-family: Microsoft Yahei UI,Microsoft Yahei, Arial;
}

    a, input, select:focus, option {
        outline: none !important;
    }

/*导航*/
.nav {
    width: 100%;
    height: 39px;
    /*border:1px solid red;*/
    margin: 0px auto;
    background: url(../IMG/nav_bg.png ) repeat-x center;
    min-width: 1100px;
}

.nav_con {
    width: 1100px;
    height: 40px;
    /*border:1px solid red;*/
    margin: 0px auto;
}

.ulcs {
    /*overflow:hidden;*/ height: 40px;
    width: 1100px;
    margin: 0px auto;
}

    .ulcs > li {
        width: 99px;
        /*border:1px solid red;*/ height: 31px;
        line-height: 26px;
        float: left;
        color: white;
        font-size: 16px;
        text-align: center;
        /*border-left: 1px solid #d44444;*/
        padding-top: 1px;
    }

        .ulcs > li > a {
            width: 99px;
            height: 38px;
            line-height: 38px;
            float: left;
            color: white;
            font-size: 16px;
            text-align: center;
            display: block;
            float: left;
            font-weight: bold; /*border:1px solid white;*/
        }

/*二级菜单*/
.ulcs_li {
    position: relative;
}

.ulcs_li_ul {
    position: absolute;
    /*width:500px;*/
    border-bottom: 1px solid rgb(161,43,43);
    border-left: 1px solid rgb(161,43,43);
    border-right: 1px solid rgb(161,43,43);
    background-color: white;
    overflow: hidden;
    z-index: 1;
    display: none;
    margin-top: 38px;
}

    .ulcs_li_ul > li {
        /*width:113px;*/
        /*height:40px;*/
        line-height: 40px;
        float: left;
        background: url(../IMG/sanjiao_icon.png ) no-repeat 8px 17px;
        /*border:1px solid black;*/
        padding-left: 10px;
    }

        .ulcs_li_ul > li > a {
            padding-left: 6px;
            /*width:98px;*/
            height: 40px;
            line-height: 40px;
            display: block;
            float: left;
            color: black;
            font-size: 16px;
            text-align: left;
        }

.huse_bg {
    width: 100%;
    margin: 0px auto;
    padding-bottom: 16px;
    padding-top: 16px;
    /*background-color: #ededed;*/ /*border:1px solid red;*/
    background: url(IMGhuse_bg1.png) no-repeat;
}

.ban1cs {
    height: 92px;
    width: 1095px;
    margin: 0px auto;
    /*margin-top:16px;*/
}
/*内容一*/
.content_01 {
    width: 1095px;
    margin: 0px auto;
    margin-top: 16px;
    overflow: hidden;
}
/*图片轮播*/
.lunbo {
    width: 506px;
    height: 301px;
    /*border:1px solid red;*/
    float: left;
    position: relative;
}

div.slideBox {
    position: relative;
    width: 506px;
    height: 310px;
    overflow: hidden;
}

    div.slideBox ul.items {
        position: absolute;
        float: left;
        background: none;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        div.slideBox ul.items li {
            float: left;
            background: none;
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            div.slideBox ul.items li a {
                float: left;
                line-height: normal !important;
                padding: 0px !important;
                border: none /*For IE.ADD.JENA.201206300844*/;
            }

                div.slideBox ul.items li a img {
                    margin: 0px !important;
                    padding: 0px !important;
                    display: block;
                    border: none /*For IE.ADD.JENA.201206300844*/;
                }

    div.slideBox div.tips {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 40px;
        background-color: #000;
        overflow: hidden;
    }

        div.slideBox div.tips div.title {
            position: absolute;
            left: 0px;
            top: 0px;
            height: 100%;
        }

            div.slideBox div.tips div.title a {
                color: #FFF;
                font-size: 14px;
                line-height: 30px;
                margin-left: 10px;
                text-decoration: none;
            }

                div.slideBox div.tips div.title a:hover {
                    text-decoration: none;
                }

        div.slideBox div.tips div.nums {
            position: absolute;
            right: 0px;
            top: 0px;
            height: 100%;
        }

            div.slideBox div.tips div.nums a {
                display: inline-block;
                >float:left /*For IE.ADD.JENA.201206300844*/;
                width: 10px;
                height: 10px;
                background-color: #FFF;
                text-indent: -99999px;
                margin: 11px 5px 0px 0px;
            }

                div.slideBox div.tips div.nums a.active {
                    background-color: #0070c6;
                }
/*工作动态*/
.gzdt {
    width: 364px;
    /*height:301px;*/
    /*border:1px solid red;*/
    float: left;
    margin-left: 12px;
}

.gzdt_title {
    width: 364px;
    height: 32px;
    /*border:1px solid red;*/
    border-bottom: 1px solid #a12b2b;
}

.gzdt_title_p1 {
    float: left;
    font-size: 18px;
    padding: 4px;
    height: 21px;
    line-height: 21px;
    width: 76px;
    border-bottom: 3px solid #a12b2b;
    font-weight: bold;
}

.gzdt_title_p2 {
    float: right;
    font-size: 12px;
    padding: 4px;
    height: 22px;
    line-height: 22px;
    width: 30px;
    color: #969494;
}

    .gzdt_title_p2 a {
        color: #969494;
    }

.gzdt_con {
    width: 364px;
    /*height:269px;*/
    /*border:1px solid red;*/ margin-top: 12px;
}

    .gzdt_con p {
        width: 355px;
        padding-left: 8px;
        line-height: 26px;
        background: url(../IMG/squre_icon.png ) no-repeat 0px 11px;
        /*border:1px solid red;*/
    }

        .gzdt_con p a {
            color: #5e5a5a;
        }

/*会员模块*/

.huiyuan {
    width: 200px;
    height: 301px;
    /*border:1px solid red;*/
    float: left;
    margin-left: 12px;
}

    .huiyuan > a {
        width: 200px;
        height: 52px;
        display: block;
    }

    .huiyuan table {
        width: 200px;
        margin-top: 6px;
        background-color: white;
    }

        .huiyuan table tr td a {
            display: block;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 14px;
            width: 98px;
            color: #010000;
            border: 1px solid #ededed;
        }

            .huiyuan table tr td a:hover {
                background-color: #a12b2b;
                color: white;
            }
/*通知公告*/
.content_02 {
    width: 1100px;
    /*border:1px solid red;*/ margin: 0px auto;
    overflow: hidden;
    margin-top: 16px;
}

#cen_right_top {
    width: 750px;
    float: left;
    /*height:186px;*/
    /*border:1px solid red;*/
}

    #cen_right_top .active a{
        font-weight: bold;
        border-bottom: 4px solid #a12b2b;
    }

    #cen_right_top h3 {
        line-height: 32px;
        text-align: center;
        float: left;
        height: 32px;
        width: 76px;
        margin: 0px;
        padding: 0px;
        /*background-color: #e8e8e8;*/
        font-size: 18px;
        color: black;
        font-family: "微软雅黑";
        cursor: pointer;
    }

        #cen_right_top h3 a {
            font-size: 18px;
            color: black;
            font-family: "微软雅黑";
            cursor: pointer;
        }

#cen_right_top2 h3 a {
    font-size: 18px;
    color: black;
    font-family: "微软雅黑";
    cursor: pointer;
}
#cen_right_top3 h3 a {
    font-size: 18px;
    color: black;
    font-family: "微软雅黑";
    cursor: pointer;
}
#cen_right_top4 h3 a {
    font-size: 18px;
    color: black;
    font-family: "微软雅黑";
    cursor: pointer;
}
#cen_right_top5 h3 a {
    font-size: 18px;
    color: black;
    font-family: "微软雅黑";
    cursor: pointer;
}
#cen_right_top div {
    clear: both;
    /*height: 100px;*/
    border-top: 1px solid #a12b2b; /*border:1px solid red;*/
}

    #cen_right_top div p {
        font-size: 16px;
        height: 26px;
        line-height: 26px;
        padding: 6px 0px 0px 8px;
        /*border:1px solid red;*/ background: url(../IMG/squre_icon.png ) no-repeat 0px 18px;
    }

        #cen_right_top div p a {
            color: #5e5a5a;
        }


/*日期靠右*/
.tab-body-1-content {
    padding: 0px;
    margin: 0px;
    position: relative;
}

    .tab-body-1-content p a span {
        position: absolute;
        right: 0;
    }


/*按钮*/
.anniu {
    width: 316px;
    height: 190px;
    float: left;
    margin-left: 30px; /*border:1px solid red;*/
    margin-top: 14px;
}

.ban4css {
    height: 92px;
    width: 1095px;
    margin: 0px auto;
    margin-top: 16px; /*border:1px solid red;*/
}
/*用户满意企业*/
.content_all {
    width: 1100px;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 16px;
    /*border:1px solid red;*/
}

.content_left {
    width: 750px;
    float: left;
    /*border:1px solid red;*/
}

#cen_right_top2 {
    width: 750px;
    float: left;
    /*height:179px;*/
    /*border:1px solid red;*/
}

    #cen_right_top2 .active a{
        font-weight: bold;
        border-bottom: 4px solid #a12b2b;
    }

    #cen_right_top2 h3 {
        line-height: 32px;
        text-align: center;
        float: left;
        height: 32px;
        width: 114px;
        margin: 0px;
        padding: 0px;
        /*background-color: #e8e8e8;*/
        font-size: 18px;
        color: black;
        font-family: "微软雅黑";
        cursor: pointer;
    }

    #cen_right_top2 .divcs {
        display: none;
        clear: both;
        overflow: hidden;
        /*height: 100px;*/
        /*padding-top:15px;*/
        border-top: 1px solid #a12b2b;
    }

    #cen_right_top2 div p {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0px 0px 0px 8px;
        /*border:1px solid red;*/ background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
    }

        #cen_right_top2 div p a {
            font-size: 15px;
            color: #5e5a5a;
        }

.tab-body-1-content {
    display: none;
}
/*日期靠右*/
.yh_p {
    width: 508px;
    float: left;
    margin-left: 10px;
    margin-top: 6px;
    position: relative;
}

    .yh_p p span {
        float: right;
        font-size: 13px;
        color: #5e5a5a;
        position: absolute;
    }

.xyqy {
    width: 750px;
    margin-top: 6px;
    position: relative;
}

    .xyqy table {
        width: 750px;
        /* height: 269px; */
        /* border: 1px solid red; */
        margin-top: 5px;
        margin-bottom: 10px;
    }

        .xyqy table thead {
            width: 750px;
            background-color: #bb0000;
            height: 32px;
            line-height: 32px;
            font-size: 13px;
            text-align: center;
            color: white;
        }

        .xyqy table tbody {
            width: 750px;
            height: 30px;
            line-height: 30px;
            font-size: 13px;
            text-align: center;
            color: #504e4e;
            border: 1px solid #dfe0e0;
        }
/*信用建设*/
#cen_right_top3 {
    width: 750px;
    float: left;
    /*height:179px;*/
    /*border:1px solid red;*/ margin-top: 16px;
}

    #cen_right_top3 .active a {
        font-weight: bold;
        border-bottom: 4px solid #a12b2b;
    }

    #cen_right_top3 h3 {
        line-height: 32px;
        text-align: center;
        float: left;
        height: 32px;
        width: 114px;
        margin: 0px;
        padding: 0px;
        /*background-color: #e8e8e8;*/
        font-size: 18px;
        color: black;
        font-family: "微软雅黑";
        cursor: pointer;
    }

    #cen_right_top3 .divcs {
        display: none;
        clear: both;
        overflow: hidden;
        /*height: 100px;*/
        /*padding-top:15px;*/
        border-top: 1px solid #a12b2b;
    }

    #cen_right_top3 div p {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0px 0px 0px 8px;
        /*border:1px solid red;*/ background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
    }

        #cen_right_top3 div p a {
            font-size: 15px;
            color: #5e5a5a;
        }

/*广告2*/
.ban2cs {
    height: 92px;
    width: 750px;
    /*margin-top:394px;*/ margin-top: 16px;
    overflow: hidden;
}

/*分支机构*/
#cen_right_top4 {
    width: 750px;
    float: left;
    /*height:179px;*/
    /*border:1px solid red;*/ /*margin-top:16px;*/
}

    #cen_right_top4 .active a{
        font-weight: bold;
        border-bottom: 4px solid #a12b2b;
    }

    #cen_right_top4 h3 {
        line-height: 32px;
        text-align: center;
        float: left;
        height: 32px;
        width: 114px;
        margin: 0px;
        padding: 0px;
        /*background-color: #e8e8e8;*/
        font-size: 18px;
        color: black;
        font-family: "微软雅黑";
        cursor: pointer;
    }

    #cen_right_top4 .divcs {
        display: none;
        clear: both;
        overflow: hidden;
        /*height: 100px;*/
        /*padding-top:15px;*/
        border-top: 1px solid #a12b2b;
    }

    #cen_right_top4 div p {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0px 0px 0px 8px;
        /*border:1px solid red;*/ background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
    }

        #cen_right_top4 div p a {
            font-size: 15px;
            color: #5e5a5a;
        }
/*交流动态*/
#cen_right_top5 {
    width: 750px;
    float: left;
    /*height:179px;*/
    /*border:1px solid red;*/ margin-top: 16px;
}

    #cen_right_top5 .active a{
        font-weight: bold;
        border-bottom: 4px solid #a12b2b;
    }

    #cen_right_top5 h3 {
        line-height: 32px;
        text-align: center;
        float: left;
        height: 32px;
        width: 80px;
        margin: 0px;
        padding: 0px;
        /*background-color: #e8e8e8;*/
        font-size: 18px;
        color: black;
        font-family: "微软雅黑";
        cursor: pointer;
    }

    #cen_right_top5 .divcs {
        display: none;
        clear: both;
        overflow: hidden;
        /*height: 100px;*/
        /*padding-top:15px;*/
        border-top: 1px solid #a12b2b;
    }

    #cen_right_top5 div p {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0px 0px 0px 8px;
        /*border:1px solid red;*/ background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
    }

        #cen_right_top5 div p a {
            font-size: 15px;
            color: #5e5a5a;
        }
/*广告3*/
.ban3cs {
    height: 92px;
    width: 750px;
    margin-top: 16px; /*border:1px solid blue;*/
    overflow: hidden;
}

/*右侧*/
.content_right {
    width: 317px;
    float: left;
    margin-left: 30px; /*border:1px solid red;*/
}
/*品牌活动*/
.pphd {
    width: 317px; /*margin-top:16px;*/
}

.pphd_title {
    width: 313px;
    height: 35px;
    line-height: 35px;
    /*border:1px solid red;*/ border-bottom: 1px solid #a12b2b;
    font-size: 20px;
}

.pphd_con {
    margin-top: 15px;
}

    .pphd_con a {
        display: block;
        height: 50px;
        width: 317px;
        margin-top: 7px;
    }
/*展示推广*/
.zstg {
    width: 317px;
    margin-top: 16px;
}

.zstg_title {
    width: 313px;
    height: 35px;
    line-height: 35px;
    position: relative;
    /*border:1px solid red;*/ border-bottom: 1px solid #a12b2b;
    font-size: 20px;
}

    .zstg_title a {
        /*margin-right:4px;*/
        font-size: 12px;
        color: #807e7e;
        position: absolute;
        right: 0;
    }

.zstg_con {
    overflow: hidden;
    margin-top: 15px;
}

.zstg_pic {
    float: left;
    width: 125px;
    height: 90px; /*border:1px solid red;*/
    margin-right: 10px;
}

.zstg_con h4 a {
    color: #030000;
    font-weight: bold;
}

.zstg_con p {
    line-height: 23px;
    font-size: 14px;
}

    .zstg_con p a {
        line-height: 23px;
        font-size: 14px;
        color: #787575;
    }

.zstg_list {
    width: 317px; /*margin-top:5px;*/
}

    .zstg_list p {
        width: 307px;
        line-height: 30px;
        font-size: 14px;
        background: url(../IMG/squre_icon.png ) no-repeat 3px 13px;
        padding-left: 14px;
    }

        .zstg_list p a {
            line-height: 30px;
            color: #5e5a5a;
        }
/*会员单位*/
.hydw {
    width: 317px;
    margin-top: 16px;
}

.hydw_title {
    width: 313px;
    height: 35px;
    line-height: 35px;
    position: relative;
    /*border:1px solid red;*/ border-bottom: 1px solid #a12b2b;
    font-size: 20px;
}

    .hydw_title a {
        /*margin-right:4px;*/
        font-size: 12px;
        color: #807e7e;
        position: absolute;
        right: 0;
        font-size: 12px;
        color: #807e7e;
    }

.hydw_list {
    width: 317px;
    margin-top: 12px;
}

    .hydw_list p {
        width: 307px;
        line-height: 30px;
        font-size: 14px;
        background: url(../IMG/squre_icon.png ) no-repeat 0px 13px;
        padding-left: 10px;
    }

        .hydw_list p a {
            line-height: 30px;
            color: #5e5a5a;
        }
/*广告4*/
.ban4cs {
    height: 92px;
    width: 317px;
    margin-top: 15px;
}
/*友情链接*/
.yqlj {
    width: 1100px;
    /*height:368px;*/ border: 0px solid red;
    margin: 0px auto;
    margin-top: 16px;
    overflow: hidden;
    height: auto;
}

#cen_right_top6 {
    width: 840px;
    float: left;
    /*height:800px;
    border:1px solid blue;*/
}

    #cen_right_top6 .active {
        background-color: #bb0000;
        color: #F3F3F3;
        /*font-size:16px;*/
    }

    #cen_right_top6 h3 {
        line-height: 35px;
        text-align: center;
        float: left;
        height: 35px;
        width: 100px;
        margin: 0px;
        padding: 0px;
        background-color: #e8e8e8;
        font-size: 14px;
        color: #6a6767;
        /*font-weight: bold ;*/
        font-family: "微软雅黑";
        cursor: pointer;
    }

    #cen_right_top6 .divcs {
        font-size: 14px;
        display: none;
        clear: both;
        overflow: hidden;
        padding-top: 15px;
        /*border-top:1px solid  #0075c2;*/
    }

    #cen_right_top6 table {
        width: 870px;
    }

        #cen_right_top6 table tr td {
            /*width:217.5px;*/ /*border:1px solid red;*/
            line-height: 30px;
        }

            #cen_right_top6 table tr td a {
                font-size: 12px;
                color: #666666;
            }

                #cen_right_top6 table tr td a:hover {
                    text-decoration: underline;
                }

.ewm {
    width: 210px;
    height: 262px;
    border: 1px solid #cccccc;
    float: right;
}

    .ewm p {
        font-size: 14px;
        color: #666666;
        text-align: center;
        line-height: 26px;
    }
/*底部版权*/
.footer {
    background-color: #d8d8da;
    width: 100%;
    height: 118px;
    margin: 0px auto;
    margin-top: 16px;
    padding-top: 45px;
    min-width: 1100px;
}

    .footer p {
        font-size: 12px;
        color: #666666;
        line-height: 26px;
        text-align: center;
    }
