﻿@charset "utf-8";
/* css reset */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, form, button, input, textarea {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 15px/1 "微软雅黑";
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
}

small {
    font-size: 12px;
}

abbr[title], acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after {
    content: '';
}

legend {
    color: #000;
}

button, input, select, textarea {
    font-size: 100%;
}

hr {
    border: none;
    height: 1px;
}

img {
    border: none;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4, h5, h6 {
    font-size: 100%;
}

ul, ol {
    list-style: none;
}

/*通用样式*/
.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.inline {
    display: inline-block;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

.fnb {
    font-weight: 200;
    margin-left: -1px;
}

.fcf {
    color: #ffffff
}
/*白色*/

.fc0 {
    color: #000000
}
/*黑色*/
.fc1 {
    color: #d20000
}
/*红色*/

.fc2 {
    color: #e85700
}
/*橙色*/

.fc3 {
    color: #e8b400
}
/*黄色*/

.fc4 {
    color: #079700
}
/*绿色*/

.fc5 {
    color: #0064c1
}
/*蓝色*/

.fc6 {
    color: #9f00cd
}
/*紫色*/

.fc7 {
    color: #969696
}
/*灰色*/
.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs18 {
    font: 18px \9ED1\4F53;
}

.fs20 {
    font: 20px \9ED1\4F53;
}

.fh20 {
    line-height: 20px;
}

.fh150 {
    line-height: 150%;
}

.fh200 {
    line-height: 200%;
}

.fh300 {
    line-height: 300%;
}

.bd {
    border: #b5b5b5 1px solid;
}

.bd1 {
    border-top: #b5b5b5 1px solid;
}

.bd2 {
    border-right: #b5b5b5 1px solid;
}

.bd3 {
    border-bottom: #b5b5b5 1px solid;
}

.bd4 {
    border-left: #b5b5b5 1px solid;
}

.clr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clr {
    display: inline-block;
}

.clr {
    display: block;
}

/*颜色钩子*/
.color1 {
    color: #343434
}
/*主体文字*/
.color2 {
    color: #222222
}
/*主体链接*/
.color3 {
    color: #008ad8
}
/*主体链接划过*/
.color4 {
    color: #d50000
}
/*突出链接，用于类别列表*/
.color5 {
    color: #242424
}
/*突出链接划过，用于类别列表*/
.color6 {
    color: #999999
}
/*灰色文字，用于列表时间等*/

.jju {
    overflow: hidden;
    height: 10px;
}

a {
    text-decoration: none;
    color: #343434;
}

    a:hover {
        color: #008ad8;
    }


body {
    /*text-align: center;*/
    background: #ecf3f9;
}

/*div{border: #E8DCBE 1px solid;}*/

/*页面总体背景、底部背景、头部背景*/
#f_bg {
    width: 100%;
    position: relative;
    z-index: 1000;
}

#f_bg_b {
    width: 100%;
}
/*#f_bg_in{width:100%;background:url(f1/f_bg_in.jpg) no-repeat 50% 0;}*/
#f_bg_in {
    width: 100%;
}

/*页面头部外层*/
#f_top {
    width: 100%;
    position: relative;
    z-index: 2000;
}
/*页面头部*/
#f_top_in {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 200px;
    text-align: left;
}

#f_top_inA {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 50px;
    text-align: left;
}
#f_top_inB {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 50px;
    text-align: left;
}

/*页面底部外层*/
#f_bottom {
    width: 100%;
    position: relative;
    background: #1755ac;
}
/*页面底部*/
#f_bottom_in {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    text-align: left;
}

#f_bottomd1 {
    padding: 20px;
}

#f_bottomd2 {
    padding: 20px 0px;
    font-size: 12px;
    line-height: 24px;
    color: #95c1f1;
    text-align: center;
}


/*页面底部外层*/
#f_index {
    width: 100%;   
    position: relative;
}
/*页面底部*/
#f_index_in {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 290px;
    text-align: left;
    padding: 30px 0;
}


/*页面中部，左右结构*/
#f_mainlr {
    margin: 0 auto;
    width: 1000px;
    background: url(f1/f_mainlr.jpg) repeat-y 50% 0px;
}

#f_mainlr_b {
    width: 100%;
    background: url(f1/f_mainlr_b.jpg) no-repeat 50% 100%;
}

#f_mainlr_in {
    position: relative;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: url(f1/f_mainlr_in.jpg) no-repeat 50% 0px;
}

/*页面中部左侧*/
#f_mainlr_l {
    float: left;
    width: 240px;
    display: inline;
    padding: 44px 0 40px 0;
    height: auto !important;
    height: 600px;
    min-height: 600px;
}
/*页面中部右侧*/
#f_mainlr_r {
    float: right;
    width: 760px;
    display: inline;
    padding: 58px 0 40px 0;
    height: auto !important;
    height: 600px;
    min-height: 600px;
}

/*一级栏目标题*/
#f_mainlr_title {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-indent: 5em;
    text-align: left;
}
/*页面导航*/
#f_mainlr_location {
    position: absolute;
    top: 0px;
    left: 270px;
    overflow: hidden;
    width: 688px;
    height: 60px;
    line-height: 60px;
    text-align: left;
}


/*左侧多级菜单*/
.f_mainlr_menu {
    margin: 0 auto;
    overflow: hidden;
    width: 183px;
    text-align: left;
    margin-top: 14px;
}

    .f_mainlr_menu ul {
    }

    .f_mainlr_menu .j1 a {
        display: block;
        overflow: hidden;
        width: 183px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
        color: #3d3d3d;
        text-indent: 32px;
        background: url(f1/f_mainlr_lj1.jpg) no-repeat 50% 0;
        margin-bottom: 3px;
    }

        .f_mainlr_menu .j1 a:hover {
            color: #008ad8;
        }

        .f_mainlr_menu .j1 a.selected {
            color: #008ad8;
        }

    .f_mainlr_menu .j2 a {
        display: block;
        overflow: hidden;
        width: 183px;
        height: 30px;
        line-height: 30px;
        color: #3d3d3d;
        text-indent: 32px;
        font-weight: bold;
        background: url(f1/f_mainlr_lj2.jpg) no-repeat 50% 0;
        margin-bottom: 3px;
    }

        .f_mainlr_menu .j2 a:hover {
            color: #008ad8;
        }

        .f_mainlr_menu .j2 a.selected {
            color: #008ad8;
        }

    .f_mainlr_menu .j3 a {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 30px;
        line-height: 30px;
        color: #3d3d3d;
        text-indent: 32px;
        background: url(f1/f_mainlr_lj2b.jpg) no-repeat 0 0;
        margin-bottom: 3px;
    }

        .f_mainlr_menu .j3 a:hover {
            color: #008ad8;
        }

        .f_mainlr_menu .j3 a.selected {
            color: #008ad8;
        }

    .f_mainlr_menu .j3b {
        width: 90px;
        float: left;
    }

        .f_mainlr_menu .j3b a {
            display: block;
            overflow: hidden;
            width: 100%;
            height: 30px;
            line-height: 30px;
            color: #3d3d3d;
            text-indent: 32px;
            background: url(f1/f_mainlr_lj2b.jpg) no-repeat 0 0;
            margin-bottom: 3px;
        }

            .f_mainlr_menu .j3b a:hover {
                color: #008ad8;
            }

            .f_mainlr_menu .j3b a.selected {
                color: #008ad8;
            }

    .f_mainlr_menu .j4 a {
        display: block;
        overflow: hidden;
        width: 183px;
        height: 30px;
        line-height: 30px;
        color: #3d3d3d;
        text-indent: 60px;
        background: url(f1/f_mainlr_lj4.jpg) no-repeat 50% 0;
        margin-bottom: 3px;
    }

        .f_mainlr_menu .j4 a:hover {
            color: #008ad8;
        }

        .f_mainlr_menu .j4 a.selected {
            color: #008ad8;
        }

/*左侧检索块*/
.f_mainlr_search {
    margin: 0 auto;
    overflow: hidden;
    width: 192px;
    text-align: left;
    padding-top: 20px;
}

    .f_mainlr_search ul {
        border: #d8d8d8 1px solid;
        background: #f0f0f0;
    }

    .f_mainlr_search li {
        padding: 10px 10px 10px 20px;
        line-height: 180%;
    }

/*左侧文字块*/
.f_mainlr_text {
    margin: 0 auto;
    overflow: hidden;
    width: 192px;
    text-align: left;
    padding-top: 20px;
}

    .f_mainlr_text ul {
        border: #d8d8d8 1px solid;
        background: #f0f0f0;
    }

    .f_mainlr_text li {
        padding: 10px 10px 10px 20px;
        line-height: 180%;
    }


/*右侧一级栏目标题*/
.f_mainlr_rj1 {
    margin: 0 auto;
    width: 708px;
    height: 33px;
    overflow: hidden;
    line-height: 32px;
    font-size: 14px;
    color: #007fd8;
    font-weight: bold;
    text-align: left;
    text-indent: 40px;
    background: url(f1/f_mainlr_rj1.jpg) no-repeat 50% 0;
    margin-bottom: 10px;
}

    .f_mainlr_rj1 a {
        color: #007fd8;
    }

/*右侧二级栏目标题*/
.f_mainlr_rj2 {
    margin: 0 auto;
    width: 664px;
    height: 33px;
    overflow: hidden;
    line-height: 32px;
    font-size: 14px;
    color: #007fd8;
    font-weight: bold;
    text-align: left;
    text-indent: 20px;
    background: url(f1/f_mainlr_rj2.jpg) no-repeat 50% 100%;
    margin-bottom: 10px;
}

    .f_mainlr_rj2 a {
        color: #007fd8;
    }

/*右侧搜索*/
.f_mainlr_rsh {
    margin: 0 auto;
    overflow: hidden;
    width: 664px;
    text-align: left;
}

    .f_mainlr_rsh ul {
        border: #d8d8d8 1px solid;
        background: #f0f0f0;
    }

    .f_mainlr_rsh li {
        padding: 10px;
    }


#f_mainlr .content {
    overflow: hidden;
    width: 640px;
    margin: 10px auto;
    font-size: 14px;
    line-height: 180%;
    text-align: left;
}

    #f_mainlr .content p {
        margin: 15px 0;
    }

    #f_mainlr .content img {
        display: block;
        margin: 15px auto;
        text-align: center;
        padding: 0 15px;
    }

    #f_mainlr .content table {
        margin: 15px auto;
    }


/*页面中部，通栏，用于通栏文章*/
#f_mainc {
    margin: 0 auto;
    width: 980px;
    background: url(f1/f_mainc.jpg) repeat-y 50% 0px;
}

#f_mainc_b {
    width: 100%;
    background: url(f1/f_mainc_b.jpg) no-repeat 50% 100%;
}

#f_mainc_in {
    position: relative;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: url(f1/f_mainc_in.jpg) no-repeat 50% 0px;
}

/*通栏正文页面，导航*/
#f_mainc_location {
    margin: 0 auto;
    width: 96%;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    text-align: left;
}










/*页面头部样式*/

#topd1 {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 980px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 12px;
}

#topd2 {
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 480px;
    height: 40px;
    text-align: right;
}



#topd3 {
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 156px;
    width: 210px;
    height: 30px;
    z-index: 999;
}

.ssk {
    width: 160px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
}

    .ssk input {
        width: 100%;
        display: block;
        border: 0;
        height: 100%;
        line-height: 100%;
        font-size: 14px;
        color: #fff;
        outline: 0;
        -webkit-appearance: none;
        overflow: hidden;
        background: transparent;
    }

.ssan {
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 30px;
}

    .ssan button {
        width: 100%;
        height: 100%;
        border: 0;
        background: transparent;
    }

    .ssan a {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }



#topd4 {
    position: absolute;
    left: 0;
    top: 150px;
    width: 1200px;
    text-align: left;
}

/*下拉菜单*/
.nav {
    position: relative;
}

.menu {
    position: relative;
    zoom: 1;
    width: 100%;
    z-index: 1000;
}

    .menu .lj1 {
        float: left;
        position: relative;
    }

    .menu ul {
        display: none;
        position: absolute;
        top: 49px;
        left: 0;
    }

    .menu li a.j1 {
        display: block;
        overflow: hidden;
        width: 120px;
        height: 48px;
        text-align: center;
        color: #fff;
        font: 18px/48px "微软雅黑";
    }

        .menu li a.j1:hover {
            color: #9edbff;
        }

    .menu li.menuhover a.j1 {
        color: #9edbff;
    }



.menuge {
    background: url(menuge.png) no-repeat 100% 50%;
}

.lj2 {
}

    .lj2 li {
    }

    .lj2 a {
        display: block;
        overflow: hidden;
        width: 120px;
        height: 40px;
        text-align: center;
        color: #fff;
        font: 16px/40px "微软雅黑";
        background: #2773a5;
        border-bottom: #fff 1px solid;
    }

        .lj2 a:hover {
            color: #fff;
            background: #3d92ca;
        }


#topd5 {
    position: absolute;
    right: 0;
    top: 70px;
    width: 300px;
    text-align: right;
}

    #topd5 a {
        display: inline-block;
        background: #3cafff;
        color: #fff;
        line-height: 40px;
        padding: 0 30px;
        margin: 0 10px;
        border-radius: 20px;
    }

#topd5_1 {
    position: absolute;
    right: 0;
    top: 10px;
    width: 300px;
    text-align: right;
    color: #fff;
}

    #topd5_1 a {
        color: #fff;
    }


/*幻灯片*/
#slide {
    position: relative;
    zoom: 1;
    overflow: hidden;
    width: 480px; /* 总容器宽度 */
    height: 350px; /* 总容器高度 */
}

    #slide a {
        display: block;
        height: 100%;
    }

        #slide a img {
            width: 100%;
            height: 100%; /* 图片高度 */
        }

        #slide a span {
            position: absolute;
            left: 0;
            bottom: 0;
            display: block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            text-align: left;
            color: #ffffff;
            text-indent: 2em;
            background: url(touming.png) no-repeat 0 0;
            cursor: hand;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    #slide .nb {
        position: absolute;
        right: 8px;
        bottom: 10px;
        z-index: 100;
    }

        #slide .nb li {
            float: left;
            display: block;
            width: 18px;
            height: 18px;
            font-size: 12px;
            line-height: 18px;
            text-align: center;
            color: #fff;
            margin: 2px;
            cursor: pointer;
        }

            #slide .nb li.hnb {
                background: #0098e3;
                color: #fff;
                font-weight: bolder
            }

/*幻灯片*/
#slide3 {
    position: relative;
    zoom: 1;
    overflow: hidden;
    width: 520px; /* 总容器宽度 */
    height: 285px; /* 总容器高度 */
}

    #slide3 a {
        display: block;
        height: 100%;
    }

        #slide3 a img {
            width: 100%;
            height: 100%; /* 图片高度 */
        }

        #slide3 a span {
            position: absolute;
            left: 0;
            bottom: 0;
            display: block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            text-align: left;
            color: #ffffff;
            text-indent: 2em;
            background: url(touming.png) no-repeat 0 0;
            cursor: hand;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    #slide3 .nb3 {
        position: absolute;
        right: 8px;
        bottom: 10px;
        z-index: 100;
    }

        #slide3 .nb3 li {
            float: left;
            display: block;
            width: 18px;
            height: 18px;
            font-size: 12px;
            line-height: 18px;
            text-align: center;
            color: #fff;
            margin: 2px;
            cursor: pointer;
        }

            #slide3 .nb3 li.hnb3 {
                background: #0098e3;
                color: #fff;
                font-weight: bolder
            }

/*幻灯片*/
#slide2 {
    position: relative;
    zoom: 1;
    overflow: hidden;
    width: 100%; /* 总容器宽度 */
    height: 100%; /* 总容器高度 */
}

    #slide2 a {
        display: block;
        height: 100%;
    }

        #slide2 a img {
            width: 100%;
            height: 100%; /* 图片高度 */
        }

        #slide2 a span {
            position: absolute;
            left: 0;
            bottom: 0;
            display: block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            text-align: left;
            color: #ffffff;
            text-indent: 2em;
            background: url(touming.png) no-repeat 0 0;
            cursor: hand;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    #slide2 .nb {
        position: absolute;
        right: 8px;
        bottom: 10px;
        z-index: 100;
    }

        #slide2 .nb li {
            float: left;
            display: block;
            width: 14px;
            height: 14px;
            font-size: 10px;
            line-height: 14px;
            text-align: center;
            color: #fff;
            margin: 2px;
            cursor: hand;
        }

            #slide2 .nb li.hnb {
                background: #0098e3;
                color: #fff;
                font-weight: bolder
            }



/*输入框和按钮样式*/
.inputstyle {
    width: 80%;
    line-height: 20px;
    border: 1px solid #9f9f9f;
    background: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
}
.inputstyle1 {
    width: 400px;
    line-height: 20px;
    border: 1px solid #9f9f9f;
    background: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 2px;
}
.tab2025x1 {
    line-height: 50px;
}
.selectstyle {
    width: 80%;
    line-height: 20px;
    border: 1px solid #9f9f9f;
    background: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
}

.buttonstyle {
    padding: 14px 30px;
    border: 1px solid #1755ac;
    background: #1755ac;
    color: #fff;
    border-radius: 6px;
}



/*列表表格*/
.table_1 {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #dddddd 1px solid;
    border-left: #dddddd 1px solid;
}

    .table_1 td {
        border-bottom: #dddddd 1px solid;
        border-right: #dddddd 1px solid;
        line-height: 1.5em;
    }

    .table_1 .tdtit {
        background: #f6f6f6;
    }

        .table_1 .tdtit td {
            font-weight: bold;
            text-align: center;
            padding: 10px;
        }

    .table_1 .tdcnt {
    }

        .table_1 .tdcnt td {
            padding: 4px 10px;
        }

    .table_1 .tdno1 {
        text-align: center;
        width: 20%;
    }

    .table_1 .tdno2 {
        text-align: left;
        width: 40%;
    }

    .table_1 .tdno3 {
        text-align: center;
        width: 20%;
    }

    .table_1 .tdno4 {
        text-align: center;
        width: 20%;
    }


    /*表格作隔行效果时使用*/
    .table_1 .tdcnt2 {
        background: #fbfbfb;
    }

        .table_1 .tdcnt2 td {
            padding: 5px;
        }

        .table_1 .tdcnt2 .tdno1 {
            text-align: center;
        }

        .table_1 .tdcnt2 .tdno2 {
            text-align: left;
        }

        .table_1 .tdcnt2 .tdno3 {
            text-align: left;
        }




/*表单表格*/
.table_2 {
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #c9deef 1px solid;
    border-left: #c9deef 1px solid;
    table-layout: fixed;
    background: #ffffff;
}

    .table_2 td {
        border-bottom: #c9deef 1px solid;
        border-right: #c9deef 1px solid;
        line-height: 150%;
        padding: 10px 10px;
    }

    .table_2 .tdname {
        text-align: left;
        background: #f0f8ff;
    }

        .table_2 .tdname span {
            color: #ff0000;
            padding-right: 4px;
        }

    .table_2 .tdint {
        text-align: left;
    }

    .table_2 .tdtips {
        text-align: left;
    }

    .table_2 .tdint div {
        padding: 2px;
        border: #86a4c9 1px solid;
        background: #f3f8ff;
    }

    .table_2 .tdint input {
        height: 20px;
        font-size: 12px;
        color: #00438f;
        line-height: 20px;
        border: #86a4c9 1px solid;
        background: #f2fbff;
        margin: 0;
        padding: 0;
    }

        .table_2 .tdint input.radio {
            border: none;
            background: none;
        }

    .table_2 .tdint checkbox {
        height: 20px;
        font-size: 12px;
        color: #00438f;
        line-height: 20px;
        border: 0;
        margin: 0;
    }

    .table_2 .tdint select {
        font-size: 12px;
        color: #00438f;
        line-height: 20px;
        border: #86a4c9 1px solid;
        background: #f2fbff;
        margin: 0;
        padding: 0;
    }

        .table_2 .tdint select option {
            line-height: 20px;
        }

    .table_2 .tdint textarea {
        font-size: 12px;
        color: #00438f;
        line-height: 20px;
        border: #86a4c9 1px solid;
        background: #f2fbff;
        margin: 0;
        padding: 0;
    }

.w100 {
    width: 100%;
}

.w95 {
    width: 95%;
}

.w90 {
    width: 90%;
}

.w85 {
    width: 85%;
}

.w80 {
    width: 80%;
}

.w75 {
    width: 75%;
}

.w70 {
    width: 70%;
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%;
}

.w55 {
    width: 55%;
}

.w50 {
    width: 50%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%;
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w15 {
    width: 15%;
}

.w10 {
    width: 10%;
}

.table_2 .tdbutton {
    padding: 10px 0;
    ;
    text-align: center;
    background: #ffffff;
}

    .table_2 .tdbutton input {
        height: 26px;
        font-size: 12px;
        line-height: 24px;
        color: #343434;
        text-align: center;
        border: 1px solid #9f9f9f;
        background: url(btnbg.jpg) no-repeat 0 50%;
        margin-bottom: 4px;
        padding: 0 20px;
    }

/*表格*/
.table_3 {
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #dddddd 1px solid;
    border-left: #dddddd 1px solid;
}

    .table_3 td {
        border-bottom: #dddddd 1px solid;
        border-right: #dddddd 1px solid;
    }

    .table_3 .tdname {
        padding: 5px 10px 5px 10px;
        ;
        text-align: left;
        background: #ffffe7;
    }

    .table_3 .tdint {
        padding: 7px 10px 7px 7px;
        text-align: left;
    }

    .table_3 .tdtips {
        padding: 5px;
        background: #f0f0f0;
    }

    .table_3 .tdcnt {
    }

        .table_3 .tdcnt td {
            padding: 6px;
            background: #f4f4f4;
        }
    /*表格作隔行效果时使用*/
    .table_3 .tdcnt2 {
    }

        .table_3 .tdcnt2 td {
            padding: 5px;
        }

.noborder {
    border: none;
}

    .noborder td {
        border: none;
    }



/*段落文字说明 表格*/
.table_01 {
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

    .table_01 td {
        padding: 5px;
    }

/*带边框和背景 表格*/
.table_02 {
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border: #d8d8d8 1px solid;
    background: #f0f0f0;
}

    .table_02 td {
        padding: 5px;
    }











/* 文字列表 标题单行截断 百分比宽度显示 */
.listtext {
    margin: 10px auto;
    text-align: left;
    overflow: hidden;
}

    .listtext ul {
    }

    .listtext li {
        float: left;
        width: 100%;
        height: 24px;
    }

        .listtext li a {
            width: 100%;
            height: 24px;
            line-height: 24px;
            text-align: left;
            text-indent: 0.8em;
            background: url(d1.jpg) no-repeat 0 50%;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

/* 文字列表 标题单行截断 2列 */
.listtext_col2 {
    margin: 10px auto;
    text-align: left;
    overflow: hidden;
}

    .listtext_col2 ul {
    }

    .listtext_col2 li {
        float: left;
        width: 50%;
        height: 24px;
    }

        .listtext_col2 li a {
            width: 96%;
            height: 24px;
            line-height: 24px;
            text-align: left;
            text-indent: 0.8em;
            background: url(d1.jpg) no-repeat 0 50%;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #006fd7;
        }



/* 文字列表 标题单行截断 14px */
.listtext_14px {
    margin: 10px auto;
    text-align: left;
    overflow: hidden;
}

    .listtext_14px ul {
    }

    .listtext_14px li {
        width: 100%;
        height: 36px;
        background: url(xx.gif) repeat-x 0 100%;
    }

        .listtext_14px li a {
            width: 100%;
            height: 30px;
            line-height: 36px;
            text-align: left;
            text-indent: 0.8em;
            background: url(d1.jpg) no-repeat 0 50%;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }


/* 文字列表 标题+时间 14px */
.listtext_time_14px {
    margin: 1px;
    text-align: left;
    overflow: hidden;
}

    .listtext_time_14px ul {
    }

    .listtext_time_14px li {
        width: 100%;
        height: 36px;
        background: url(xx.gif) repeat-x 0 100%;
    }

        .listtext_time_14px li a {
            float: left;
            width: 85%;
            height: 36px;
            line-height: 36px;
            text-align: left;
            text-indent: 0.8em;
            background: url(d1.jpg) no-repeat 0 50%;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .listtext_time_14px li span {
            float: right;
            height: 36px;
            line-height: 36px;
            text-align: right;
            color: #999999;
        }

    .listtext_time_14px strong {
        color: #ff0000;
    }

/* 文字列表 标题+时间 14px */
.listtext_time2 {
    margin: 10px auto;
    text-align: left;
    overflow: hidden;
}

    .listtext_time2 ul {
    }

    .listtext_time2 li {
        width: 100%;
        height: 36px;
        background: url(xx.gif) repeat-x 0 100%;
    }

        .listtext_time2 li a {
            float: left;
            width: 54%;
            height: 36px;
            line-height: 36px;
            text-align: left;
            text-indent: 0.8em;
            background: url(d1.jpg) no-repeat 0 50%;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .listtext_time2 li span {
            float: right;
            height: 36px;
            line-height: 36px;
            text-align: right;
            color: #999999;
        }

    .listtext_time2 strong {
        color: #ff0000;
    }

/* 文字列表 标题+时间 14px */
.listtext_time3 {
    margin: 10px auto;
    text-align: left;
    overflow: hidden;
}

    .listtext_time3 ul {
    }

    .listtext_time3 li {
        width: 100%;
        height: 36px;
        background: url(xx.gif) repeat-x 0 100%;
    }

        .listtext_time3 li a {
            float: left;
            width: 70%;
            height: 36px;
            line-height: 36px;
            text-align: left;
            text-indent: 0.8em;
            background: url(d1.jpg) no-repeat 0 50%;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .listtext_time3 li span {
            float: right;
            height: 36px;
            line-height: 36px;
            text-align: right;
            color: #999999;
        }

    .listtext_time3 strong {
        color: #ff0000;
    }

/* 文字列表 类别+标题 标题单行截断 百分比宽度显示 */
.listtext_type {
    margin: 10px auto;
    overflow: hidden;
    text-align: left;
}

    .listtext_type ul {
    }

    .listtext_type li {
        float: left;
        width: 100%;
    }

        .listtext_type li .type {
            float: left;
            height: 24px;
            color: #d50000;
            line-height: 24px;
            text-align: left;
        }

            .listtext_type li .type:hover {
                color: #242424;
            }

        .listtext_type li .title {
            float: left;
            width: 72%;
            height: 24px;
            line-height: 24px;
            text-align: left;
            text-indent: 0.2em;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

/* 文字列表 类别+标题 标题单行截断 百分比宽度显示 */
.listtext_type_time {
    margin: 10px auto;
    overflow: hidden;
    text-align: left;
}

    .listtext_type_time ul {
    }

    .listtext_type_time li {
        float: left;
        width: 100%;
    }

        .listtext_type_time li .type {
            float: left;
            height: 24px;
            color: #535353;
            line-height: 24px;
            text-align: left;
        }

            .listtext_type_time li .type:hover {
                color: #242424;
            }

        .listtext_type_time li .title {
            float: left;
            width: 64%;
            height: 24px;
            line-height: 24px;
            text-align: left;
            text-indent: 0.2em;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .listtext_type_time li span {
            float: right;
            height: 24px;
            line-height: 24px;
            text-align: right;
            color: #999999;
        }

/* 文字列表 标题+时间 标题完全显示 换行不截断 */
.listtext_all {
    margin: 10px auto;
    text-align: left;
    overflow: hidden;
}

    .listtext_all ul {
    }

    .listtext_all li {
        padding: 4px 0 4px 10px;
        text-align: left;
        background: url(d1.jpg) no-repeat 0 10px;
        border-bottom: #F0F0F0 1px solid;
    }

        .listtext_all li a {
            line-height: 20px;
            padding-right: 5px;
        }

        .listtext_all li span {
            line-height: 20px;
            color: #999999;
        }

/* 文字列表 标题+时间 标题完全显示 换行不截断 行间距20px */
.listtext_all_h20 {
    margin: 10px auto;
    text-align: left;
    overflow: hidden;
}

    .listtext_all_h20 ul {
    }

    .listtext_all_h20 li {
        padding-left: 14px;
        text-align: left;
        background: url(d1.jpg) no-repeat 0 11px;
    }

        .listtext_all_h20 li a {
            line-height: 25px;
            padding-right: 5px;
        }

        .listtext_all_h20 li span {
            line-height: 25px;
            color: #999999;
        }

/* 文字列表 标题+时间 标题完全显示 用于横向滚动公告 */
.listtext_action_left {
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}

    .listtext_action_left li {
        height: 20px;
        padding: 0 20px 0 10px;
        background: url(d1.jpg) no-repeat 0 8px;
    }

        .listtext_action_left li a {
            line-height: 20px;
            padding-right: 5px;
            color: #ff0000;
        }

        .listtext_action_left li span {
            line-height: 20px;
            color: #999999;
        }

/* 文字列表 标题+时间 底部横线 用于列表页面 */
.listtext_listpage {
    margin: 10px auto;
    text-align: left;
    overflow: hidden;
}

    .listtext_listpage ul {
    }

    .listtext_listpage li {
        width: 100%;
        height: 40px;
        background: url(xx.gif) repeat-x 0 100%;
    }

        .listtext_listpage li a {
            float: left;
            width: 86%;
            height: 40px;
            font-size: 14px;
            line-height: 40px;
            text-align: left;
            text-indent: 0.8em;
            background: url(d1.jpg) no-repeat 0 50%;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .listtext_listpage li span {
            float: right;
            height: 40px;
            line-height: 40px;
            text-align: right;
            color: #999999;
        }


/* 图片列表 图片+标题 图片自适应 */
.listpic {
    margin: 10px auto;
    position: relative;
}

    .listpic .box {
    }

    .listpic ul {
        float: left;
        width: 50%; /* 图片列数，100%为1列，50%为2列，33%为3列…… */
        height: 208px; /* 图片和文字区块行高 */
    }

    .listpic li {
        width: 90%;
        margin: 0 auto;
    }

        .listpic li .pic {
            display: block;
            text-align: center;
            padding: 3px;
            border: #E0E0E0 1px solid;
        }

            .listpic li .pic a {
                position: relative;
                overflow: hidden;
                display: block;
                width: 100%;
                height: 170px;
                text-align: center;
            }

            .listpic li .pic:hover {
                border: #E0E0E0 1px solid;
            }

        .listpic li img {
            display: block;
            width: 100%;
            height: 100%;
        }

        .listpic li .text {
            width: 100%;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

/* 图片列表 图片+标题 图片自适应 滚动效果 */
.listpic_action_left {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    .listpic_action_left .rq {
        margin: 0 auto auto 20px;
        position: relative;
        overflow: hidden;
    }

    .listpic_action_left .box {
        width: 20000px;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .listpic_action_left ul {
        float: left;
        width: 232px; /* 图片宽度 */
        height: 190px; /* 图片和文字区块行高 */
    }

    .listpic_action_left li {
        width: 92%;
        margin: 0 auto;
    }

        .listpic_action_left li .pic {
            display: block;
            text-align: center;
        }

            .listpic_action_left li .pic a {
                position: relative;
                overflow: hidden;
                display: block;
            }

            .listpic_action_left li .pic:hover {
            }

        .listpic_action_left li img {
            width: 100%;
            height: 150px;
        }

        .listpic_action_left li .text {
            width: 100%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .listpic_action_left .aleft {
        width: 20px;
        height: 190px;
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(aleft.png) no-repeat 50% 50%;
    }

    .listpic_action_left .aright {
        width: 20px;
        height: 190px;
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
        background: url(aright.png) no-repeat 50% 50%;
    }

    .listpic_action_left .amore {
        width: 20px;
        height: 190px;
        display: block;
        position: absolute;
        right: 2px;
        top: 0px;
        background: url(amore.jpg) no-repeat 50% 50%;
    }


/* 图片列表 图片+标题 图片自适应 滚动效果 */
.listpic_action_top {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

    .listpic_action_top .rq {
        position: relative;
        overflow: hidden;
    }

    .listpic_action_top .box {
        height: 20000px;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .listpic_action_top ul {
        width: 100%; /* 图片宽度 */
        height: 95px; /* 图片和文字区块行高 */
    }

    .listpic_action_top li {
        width: 100%;
        margin: 0 auto;
    }

        .listpic_action_top li .pic {
            display: block;
            text-align: center;
        }

            .listpic_action_top li .pic a {
                position: relative;
                overflow: hidden;
                display: block;
            }

            .listpic_action_top li .pic:hover {
            }

        .listpic_action_top li img {
            width: 100%;
            height: 95px;
        }

        .listpic_action_top li .text {
            width: 100%;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .listpic_action_top .aleft {
        width: 1px;
        height: 1px;
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(aleft.png) no-repeat 50% 50%;
    }

    .listpic_action_top .aright {
        width: 1px;
        height: 1px;
        display: block;
        position: absolute;
        right: 20px;
        top: 0px;
        background: url(aright.png) no-repeat 50% 50%;
    }

    .listpic_action_top .amore {
        width: 1px;
        height: 1px;
        display: block;
        position: absolute;
        right: 2px;
        top: 0px;
        background: url(amore.jpg) no-repeat 50% 50%;
    }


/* 图片列表 图片+标题+索引 标题单行截断 索引3行截断 */
.listpic_intro {
    margin: 0 auto;
    position: relative;
}

    .listpic_intro .box {
    }

    .listpic_intro ul {
        float: left;
        overflow: hidden;
        width: 100%; /* 图片列数，100%为1列，50%为2列，33%为3列…… */
        height: 100px; /* 图片和文字区块行高 */
    }

    .listpic_intro li {
        width: 90%;
        margin: 0 auto;
    }

        .listpic_intro li .pic {
            float: left;
            width: 24%;
            display: block;
            text-align: center;
            padding: 3px;
            border: #E0E0E0 1px solid;
        }

            .listpic_intro li .pic a {
                position: relative;
                overflow: hidden;
                display: block;
                width: 100%;
                height: 70px;
                text-align: center;
            }

        .listpic_intro li img {
            position: relative;
        }

        .listpic_intro li .text {
            float: right;
            width: 70%;
        }

            .listpic_intro li .text h1 {
                float: right;
                width: 100%;
                margin-bottom: 2px;
                height: 18px;
                line-height: 18px;
                color: #0f4957;
                text-align: left;
                font-weight: bold;
                cursor: hand;
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .listpic_intro li .text p {
                float: right;
                width: 100%;
                display: block;
                height: 60px;
                line-height: 20px;
                color: #343434;
                text-align: left;
                overflow: hidden;
                cursor: hand;
            }


/* 图片列表 图片+标题 图片自适应 用于列表页面 */
.listpic_listpage {
    margin: 0 auto;
    position: relative;
}

    .listpic_listpage .box {
        padding-top: 20px;
    }

    .listpic_listpage ul {
        float: left;
        overflow: hidden;
        width: 33%; /* 图片列数，100%为1列，50%为2列，33%为3列…… */
        height: 180px; /* 图片和文字区块行高 */
    }

    .listpic_listpage li {
        width: 86%;
        margin: 0 auto;
    }

        .listpic_listpage li .pic {
            display: block;
            text-align: center;
            padding: 3px;
            border: #E0E0E0 1px solid;
        }

            .listpic_listpage li .pic a {
                position: relative;
                overflow: hidden;
                display: block;
                width: 100%;
                height: 130px;
                text-align: center;
            }

            .listpic_listpage li .pic:hover {
                border: #E0E0E0 1px solid;
            }

        .listpic_listpage li img {
            position: relative;
        }

        .listpic_listpage li .text {
            width: 100%;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }















/* 内容块容器 */
.box_1 {
    width: 100%;
    position: relative;
    zoom: 1;
    overflow: hidden;
    background: #ffffff;
    text-align: left;
}

    .box_1 .box_1box {
    }

    .box_1 .tit {
        width: 584px;
        position: relative;
        overflow: hidden;
    }

        .box_1 .tit ul {
            width: 700px;
        }

        .box_1 .tit li {
            float: left;
            text-align: left;
            color: #cdcdcd;
        }

            .box_1 .tit li a {
                width: 136px;
                height: 38px;
                overflow: hidden;
                display: inline-block;
                color: #343434;
                background: #f7f7f7;
                border: #f7f7f7 1px solid;
                font: 16px/38px "微软雅黑";
                text-align: center;
                font-weight: bold;
                margin-right: 10px;
                border-radius: 6px;
            }

            .box_1 .tit li.selected a {
                color: #fff;
                background: #2c66a5;
                border: #2c66a5 1px solid;
            }

    .box_1 .cnt {
        position: relative;
        overflow: hidden;
    }

/* 内容块容器 */
.box_2 {
    width: 100%;
    position: relative;
    zoom: 1;
    overflow: hidden;
    background: #ffffff;
    text-align: left;
}

    .box_2 .box_2box {
    }

    .box_2 .tit {
        position: relative;
        overflow: hidden;
    }

        .box_2 .tit ul {
            border-bottom: #dcdcdc 1px solid;
        }

        .box_2 .tit li {
            float: left;
            text-align: left;
            color: #cdcdcd;
        }

            .box_2 .tit li a {
                display: inline-block;
                line-height: 38px;
                color: #343434;
                border-bottom: #fff 3px solid;
                font: 16px/38px "微软雅黑";
                text-align: center;
                font-weight: bold;
                padding: 0 10px;
                margin-right: 10px;
            }

            .box_2 .tit li.selected a {
                color: #2c66a5;
                border-bottom: #2c66a5 3px solid;
            }

    .box_2 .cnt {
        position: relative;
        overflow: hidden;
    }


/* 内容块容器 */
.box_21 {
    width: 100%;
    position: relative;
    zoom: 1;
    overflow: hidden;
    background: #ffffff;
    text-align: left;
}

    .box_21 .box_21box {
        border: #e2e2e2 1px solid;
    }

    .box_21 .tit {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .box_21 .tit ul {
            padding: 6px;
        }

        .box_21 .tit li {
            width: 100%;
            background: #f4f4f4;
        }

            .box_21 .tit li a {
                height: 34px;
                line-height: 34px;
                color: #006fd7;
                font-weight: bold;
                padding: 0 14px;
            }

                .box_21 .tit li a.selected {
                    color: #006fd7;
                }

    .box_21 .cnt {
        position: relative;
        overflow: hidden;
    }

.cntk {
    overflow: hidden;
    background: #f4f4f4;
    border: #e2e2e2 1px solid;
}

.cntk2 {
    overflow: hidden;
    background: #ffffff;
    border: #c0daed 1px solid;
    background: url(cntk2.jpg) no-repeat 100% 100%;
}


.mor {
    position: absolute;
    top: 0px;
    right: 0px;
}

    .mor a {
        width: 70px;
        height: 36px;
        display: block;
        background: url(more2.gif) no-repeat 50% 50%;
    }

        .mor a:hover {
            position: relative;
            top: 1px;
            left: 1px;
        }

    .mor .more2 {
        width: 60px;
        height: 30px;
        display: block;
        background: url(more2.gif) no-repeat 50% 50% #ffffff;
    }


.mor_1 {
    position: absolute;
    top: 0px;
    right: 0px;
}

    .mor_1 a {
        display: block;
        width: 50px;
        height: 38px;
        background: url(more.png) no-repeat 50% 50%;
    }





/* 图片列表 1列 图片和文字链接合并为一 标题高度单行截断 */
.cnt_38 {
    width: 100%;
    margin: 0 auto;
}

    .cnt_38 li {
        float: left;
        width: 180px;
    }

        .cnt_38 li a {
            padding: 8px;
            display: block;
            text-align: center;
        }

        .cnt_38 li img {
            width: 100%;
            height: 120px; /* 图片高度 */
        }

        .cnt_38 li span {
            width: 100%;
            margin: 8px 0 4px 0;
            height: 14px;
            line-height: 14px;
            text-align: center;
            cursor: hand;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .cnt_38 li a:hover {
        }

            .cnt_38 li a:hover span {
            }




/* 首页 */

.menutabs {
    position: relative;
    width: 100%;
}

    .menutabs ul {
        position: relative;
        width: 100%;
    }

    .menutabs li {
        float: left;
        text-align: center;
        color: #cdcdcd;
    }

        .menutabs li a {
            position: relative;
            display: inline-block;
            width: 120px;
            height: 57px;
            color: #d7eaff;
            font: 20px/57px "微软雅黑";
        }

            .menutabs li a:hover {
                color: #fff;
                background: #2e89ed;
            }

            .menutabs li a.selected {
                color: #fff;
                background: #2e89ed;
            }


.main {
    background: #fff;
    width: 1210px;
    margin: 0 auto;
}

/* 图标按钮组合 样式，左右结构 */
.q_icon_20 {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

    .q_icon_20 ul {
        width: 140%;
    }

    .q_icon_20 li {
        float: left;
        width: 187px;
        height: 46px;
        margin: 0 10px 10px 0;
    }

        .q_icon_20 li a {
            position: relative;
            display: block;
            height: 100%;
            overflow: hidden;
            border: 1px solid #e5e5e5;
            background: #f7f7f7;
        }

            .q_icon_20 li a p {
                color: #343434;
                line-height: 46px;
                text-align: left;
                padding: 0 10px 0 60px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .q_icon_20 li a span {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 60px;
                height: 100%;
                background-repeat: no-repeat;
                background-position: 50% 50%;
                background-image: url('icon/i1.png');
            }

            .q_icon_20 li a:hover {
                background: #fff;
            }

            .q_icon_20 li a.selected {
                background: #fff;
            }

        .q_icon_20 li.n1 a span {
            background-image: url('index/i1.png');
        }

        .q_icon_20 li.n2 a span {
            background-image: url('index/i2.png');
        }

        .q_icon_20 li.n3 a span {
            background-image: url('index/i3.png');
        }

        .q_icon_20 li.n4 a span {
            background-image: url('index/i4.png');
        }

        .q_icon_20 li.n5 a span {
            background-image: url('index/i5.png');
        }

        .q_icon_20 li.n6 a span {
            background-image: url('index/i6.png');
        }

        .q_icon_20 li.n7 a span {
            background-image: url('index/i7.png');
        }

        .q_icon_20 li.n8 a span {
            background-image: url('index/i8.png');
        }

        .q_icon_20 li a p.r2 {
            line-height: 20px;
            padding: 5px 10px 0 60px;
            white-space: normal;
        }


.zxft p {
    line-height: 150%;
    margin: 10px 0;
}

.zxft .bt {
    font-size: 18px;
    font-weight: bold;
}

.zxft .jb {
    padding-left: 10px;
    border-left: #78b1ff 3px solid;
}

.zxft .sj {
    padding-left: 10px;
    border-left: #4dc3ab 3px solid;
}

.zxft .zy {
    padding-left: 10px;
    border-left: #cfb93e 3px solid;
}

.gaik {
    width: 1160px;
    height: 564px;
    background: url(index/gaik.jpg) no-repeat 0 0;
}

.gaik2 {
    padding: 90px 40px 0 600px;
    text-align: left;
}

    .gaik2 p {
        margin: 0.6em 0;
        line-height: 180%;
        text-indent: 2em;
    }

.ztzl {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}

.ztzl2 {
    width: 44px;
    height: 190px;
    overflow: hidden;
    background: #1755ac;
    border-radius: 6px;
    text-align: center;
}

    .ztzl2 a {
        display: inline-block;
        color: #fff;
        font-weight: bold;
        line-height: 180%;
        padding: 38px 0 0 0;
    }

.links select {
    padding: 6px;
}


/* 列表页 */
.pagenav {
    width: 1200px;
    margin: 20px auto;
    text-align: left;
}

.pagemain {
    width: 1200px;
    margin: 0 auto 30px auto;
    background: #fff;
    padding: 30px;
}

.leftmenu {
    background: #1755ac;
    text-align: left;
    padding: 10px 40px 0 40px;
}

.leftmenutitle {
    line-height: 50px;
    color: #c9e3ff;
    font-weight: bold;
    border-bottom: #5e92ca 1px solid;
}

.leftmenus {
    padding: 20px 0;
}

    .leftmenus a {
        display: block;
        line-height: 150%;
        color: #c9e3ff;
        padding: 10px 0;
    }

        .leftmenus a:hover {
            color: #fff;
        }

        .leftmenus a.selected {
            color: #fff;
        }


.righttitle {
    font-size: 24px;
    line-height: 50px;
    border-bottom: #2c66a5 3px solid;
    margin: 0 0 20px 0;
}

/*翻页*/
.yema {
    width: 100%;
    margin: 40px auto;
    text-align: center;
    line-height: 20px;
}

    .yema a {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        color: #343434;
        border: 1px solid #ebebeb;
        background: #f9f9f9;
        padding: 0 10px;
        margin: 0 4px;
    }

        .yema a:hover {
            background: #ebebeb;
        }

    .yema strong {
    }

    .yema span {
    }

    .yema a.jp-current {
        color: #fff;
        border: 1px solid #a0a0a0;
        background: #a0a0a0;
    }

    .yema a.jp-disabled {
        background: #ebebeb;
    }

/*翻页*/
.yema2 {
    width: 100%;
    margin: 40px auto;
    text-align: center;
    line-height: 20px;
}

    .yema2 a {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        color: #343434;
        border: 1px solid #ebebeb;
        background: #f9f9f9;
        padding: 0 10px;
        margin: 0 4px;
    }

        .yema2 a:hover {
            background: #ebebeb;
        }

    .yema2 strong {
    }

    .yema2 span {
    }

    .yema2 a.jp-current {
        color: #fff;
        border: 1px solid #a0a0a0;
        background: #a0a0a0;
    }

    .yema2 a.jp-disabled {
        background: #ebebeb;
    }

/*翻页*/
.yema3 {
    width: 100%;
    margin: 40px auto;
    text-align: center;
    line-height: 20px;
}

    .yema3 a {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        color: #343434;
        border: 1px solid #ebebeb;
        background: #f9f9f9;
        padding: 0 10px;
        margin: 0 4px;
    }

        .yema3 a:hover {
            background: #ebebeb;
        }

    .yema3 strong {
    }

    .yema3 span {
    }

    .yema3 a.jp-current {
        color: #fff;
        border: 1px solid #a0a0a0;
        background: #a0a0a0;
    }

    .yema3 a.jp-disabled {
        background: #ebebeb;
    }

.tishi {
    background: #f5f5f5;
    border: #e0e0e0 1px solid;
    padding: 20px;
    text-align: center;
}


#f_mainc_article {
    width: 1100px;
    margin: 0 auto;
}

    #f_mainc_article .wenhao {
        padding: 20px 0;
    }

    #f_mainc_article .tit h1 {
        font: 30px/1.5 \9ED1\4F53;
        color: #0067d1;
        text-align: center;
        padding: 20px 0;
        font-weight: bold;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-variant: normal;
    }

    #f_mainc_article .tit h2 {
        font: 24px/1.5 \9ED1\4F53;
        text-align: center;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-variant: normal;
    }

    #f_mainc_article .info {
        color: #555555;
        text-align: center;
        border-bottom: #c1c1c1 1px solid;
        padding: 20px 0;
    }

    #f_mainc_article .content {
        overflow: hidden;
        width: 1060px;
        margin: 20px auto;
        font-size: 14px;
        line-height: 180%;
        text-align: left;
    }

        #f_mainc_article .content p {
            margin: 15px 0;
        }

        #f_mainc_article .content img {
            display: block;
            text-align: center;
            margin: 15px auto;
            max-width: 100%;
        }

        #f_mainc_article .content table {
            margin: 15px auto;
        }


        #f_mainc_article .content .zy {
            border: #cad9e6 1px solid;
            padding: 20px 30px;
            background: #ecf3f9;
        }

        #f_mainc_article .content h3 {
            border-left: #3cafff 4px solid;
            padding-left: 20px;
            margin: 20px 0;
            font-size: 18px;
            color: #1856ad;
        }

    #f_mainc_article a {
        color: #1856ad;
    }

.pagemain .content {
    overflow: hidden;
    width: 820px;
    margin: 20px auto;
    font-size: 14px;
    line-height: 180%;
    text-align: left;
}

    .pagemain .content p {
        margin: 15px 0;
    }

    .pagemain .content img {
        display: block;
        text-align: center;
        margin: 15px auto;
        max-width: 100%;
    }

    .pagemain .content table {
        margin: 15px auto;
    }



.btit_1 {
    height: 40px;
    background: url(index/titbg.jpg) no-repeat 0 0;
}

.btit_2 {
    width: 100px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.btit_3 {
    height: 40px;
}

.btit_32 {
    width: 90px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    border-left: #1755ac 4px solid;
}

.more_1 {
    color: #a2a2a2;
}
.more_2 {
    color: #337DFE;
    font-weight:bold;
}


/* 图片列表 图片+标题+索引 标题单行截断 索引3行截断 */
.q_pic_60 {
    margin: 0 auto;
    position: relative;
}

    .q_pic_60 li {
        padding: 20px 0;
        border-bottom: 1px solid #eeeeee;
    }

        .q_pic_60 li .pic {
            float: left;
            width: 22%;
        }

            .q_pic_60 li .pic a {
                position: relative;
                overflow: hidden;
                display: block;
                width: 100%;
                height: 90px;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                -ms-background-size: cover;
                background-size: cover;
            }

        .q_pic_60 li .text {
            float: right;
            display: block;
            width: 74%;
            text-align: left;
        }

            .q_pic_60 li .text h3 {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .q_pic_60 li .text span {
                line-height: 30px;
                color: #b3b3b3;
            }

            .q_pic_60 li .text p {
                line-height: 24px;
                color: #808080;
                height: 48px;
                overflow: hidden;
            }

        .q_pic_60 li.nopic .text {
            width: 98%;
        }


/* 图片列表 图片+标题+索引 标题单行截断 索引3行截断 */
.q_pic_70 {
    margin: 0 auto;
    position: relative;
}

    .q_pic_70 li {
        padding: 20px 0;
        border-bottom: 1px solid #eeeeee;
    }

        .q_pic_70 li .pic {
            float: left;
            width: 22%;
        }

            .q_pic_70 li .pic a {
                position: relative;
                overflow: hidden;
                display: block;
                width: 100%;
                height: 130px;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                -ms-background-size: cover;
                background-size: cover;
            }

        .q_pic_70 li .text {
            float: right;
            display: block;
            width: 74%;
            text-align: left;
        }

            .q_pic_70 li .text h3 {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .q_pic_70 li .text span {
                line-height: 30px;
                color: #808080;
            }

            .q_pic_70 li .text p {
                line-height: 24px;
                color: #808080;
                max-height: 96px;
                overflow: hidden;
            }

        .q_pic_70 li.nopic .text {
            width: 98%;
        }

    .q_pic_70 .zixun {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #1755ac;
        border-radius: 30px;
        margin: 10px 0;
    }


.diqu {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}

    .diqu a {
        display: inline-block;
        padding: 10px 30px;
        background: #eee;
        border-radius: 20px;
    }

        .diqu a.selected {
            background: #1755ac;
            color: #fff;
        }

.sousuo2 {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
    background: #f6f6f6;
}

.tname td {
    padding: 10px;
    text-align: center;
}

.tbd {
    border-right: 1px solid #eeeeee;
}

.tnum td {
    padding: 10px;
    text-align: center;
    font-size: 36px;
    color: #1755ac;
    font-weight: bold;
}

.bji {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #1755ac;
    border-radius: 30px;
    margin: 10px 0;
}

.bji2 {
    display: inline-block;
    font-size: 14px;
    padding: 6px 10px;
    color: #1755ac;
    border: 1px solid #1755ac;
    border-radius: 6px;
    margin: 10px 0;
}



/* 图片列表，人物介绍  */
.q_pic_50 {
    margin: 0 auto;
    position: relative;
}

    .q_pic_50 li {
        float: left;
        overflow: hidden;
        width: 230px;
        height: 240px;
        margin: 0;
    }

        .q_pic_50 li a {
            position: relative;
            display: block;
            height: 100%;
            overflow: hidden;
        }

            .q_pic_50 li a div.img_b {
                position: relative;
                width: 120px;
                height: 120px;
                overflow: hidden;
                background: #fff;
                border-radius: 50%;
                margin: 0 auto;
            }

            .q_pic_50 li a div.img_k {
                position: relative;
                height: 100%;
                overflow: hidden;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                -ms-background-size: cover;
                background-size: cover;
            }

            .q_pic_50 li a div.text {
                padding: 10px 0;
            }

            .q_pic_50 li a div.text_in {
                line-height: 150%;
                text-align: center;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .q_pic_50 li a div.text_in p {
                    display: inline-block;
                    margin-top: 10px;
                    padding: 4px 10px;
                    border-radius: 6px;
                    border: 1px solid #1856ad;
                }

            .q_pic_50 li a div.r2 {
                white-space: normal;
            }

/* 列表 样式，带时间，2列 */
.q_list_22 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
}

    .q_list_22 li {
        float: left;
        width: 370px;
        margin: 0 20px 0 0;
    }

        .q_list_22 li a {
            float: left;
            display: block;
            width: 70%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background: url(d1.jpg) no-repeat 0 50%;
            color: #343434;
            line-height: 36px;
            padding: 0 0 0 15px;
        }

        .q_list_22 li span {
            float: right;
            line-height: 36px;
            text-align: right;
            color: #999999;
        }

        .q_list_22 li a:hover {
            color: #2fa4ef;
        }

        .q_list_22 li a.selected {
            color: #2fa4ef;
        }


/* 咨询项目*/
.zxxm {
    line-height: 1.4em;
    border: 1px solid #1856ad;
    padding: 10px;
    color: #555;
}

    .zxxm .tname {
        color: #343434;
        font-weight: bold;
    }

    .zxxm a {
        color: #1856ad;
        font-weight: bold;
    }

/* 法律服务*/
.zxxm2 {
    line-height: 1.4em;
    border: 1px solid #1856ad;
    padding: 20px;
    color: #555;
}

    .zxxm2 .tname {
        color: #343434;
        font-weight: bold;
    }

    .zxxm2 a {
        color: #1856ad;
        font-weight: bold;
    }

.suq {
    border: 1px solid #dddddd;
    padding: 20px;
}

/* 标签云*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.wrapper {
    width: 1200px;
    height: 420px;
    margin: 0 auto;
    position: relative;
    padding-top: 180px;
}

    .wrapper p {
        padding-top: 150px;
        line-height: 27px;
        color: #999;
        font-size: 14px;
        text-align: center;
    }

.tagcloud {
    position: relative;
}

    .tagcloud a {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        padding: 11px 30px;
        color: #fff;
        font-size: 16px;
        border: 1px solid #1856ad;
        border-radius: 18px;
        background-color: #3cafff;
        text-decoration: none;
        white-space: nowrap;
        -o-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
        -ms-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
        -moz-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
        -webkit-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
        box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#000000')"; /*兼容ie7/8*/
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=9);
        /*strength是阴影大小，direction是阴影方位，单位为度，可以为负数，color是阴影颜色 （尽量使用数字）使用IE滤镜实现盒子阴影的盒子必须是行元素或以行元素显示（block或inline-block;）*/
    }

        .tagcloud a:hover {
            color: #fff;
            background-color: #1856ad;
        }

.gx1 {
    background: url(gx1.jpg) no-repeat 50% 50%;
}

.gx2 {
    background: url(gx2.jpg) no-repeat 50% 50%;
}

.astyle {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding: 14px 30px;
    border: 1px solid #1755ac;
    background: #ffffff;
    color: #1755ac;
    border-radius: 6px;
    font-size: 16px;
    font-family: '黑体'
}

    .astyle:hover {
        background: #1755ac;
        color: #ffffff;
    }



/* 图片列表 图片+标题 图片自适应 用于列表页面 */
.listpic_listpage_kc {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    .listpic_listpage_kc ul {
        width: 100%;
    }

    .listpic_listpage_kc li {
        float: left;
        overflow: hidden;
        margin: 10px 0px 10px 10px;
        width: 265px; /* 图片列数，100%为1列，50%为2列，33%为3列…… */
        height: 180px; /* 图片和文字区块行高 */
    }

        .listpic_listpage_kc li .pic {
            display: block;
            text-align: center;
            padding: 3px;
            border: #E0E0E0 1px solid;
        }

            .listpic_listpage_kc li .pic a {
                position: relative;
                overflow: hidden;
                display: block;
                width: 100%;
                height: 150px;
                text-align: center;
            }

            .listpic_listpage_kc li .pic:hover {
                border: #E0E0E0 1px solid;
            }

        .listpic_listpage_kc li img {
            position: relative;
            width: 255px;
            height: 150px;
        }

        .listpic_listpage_kc li .text {
            width: 100%;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }




.pagemain2 {
    width: 1200px;
    margin: 0 auto 30px auto;
    padding: 0;
}

.bgbs {
    background: #fff;
}

.bgbs2 {
    background: #e2e9f0;
}

.righttitle2 {
    font-size: 24px;
    line-height: 50px;
    border-bottom: #2c66a5 3px solid;
    margin: 20px 0 20px 0;
}

.leftmenu2 {
    text-align: left;
    padding: 20px 0 0 40px;
}

.leftmenutitle2 {
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
}

.leftmenus2 {
    padding: 10px 0;
}

    .leftmenus2 a {
        display: block;
        padding: 20px 0 20px 20px;
        margin: 4px 0;
        color: #ffffff;
    }

        .leftmenus2 a:hover {
            color: #1856ad;
            background: #fff;
        }

        .leftmenus2 a.selected {
            font-weight: bold;
            color: #1856ad;
            background: #fff;
        }

/* tabs 样式，选项顶部线条 */
.q_tabs_40 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50px;
}

    .q_tabs_40 .dbk {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid #1755ac;
    }

    .q_tabs_40 .rq {
        position: absolute;
        left: 0;
        top: 0;
        width: 1200px;
        text-align: left;
    }

        .q_tabs_40 .rq a {
            display: inline-block;
            overflow: hidden;
            color: #343434;
            line-height: 47px;
            text-align: center;
            padding: 0 40px;
            margin: 0 4px 0 0;
            border-top: 3px solid #fff;
            border-bottom: 1px solid #eeeeee;
        }

            .q_tabs_40 .rq a:hover {
                color: #1755ac;
                border-top: 3px solid #1755ac;
                border-left: 1px solid #1755ac;
                border-right: 1px solid #1755ac;
                border-bottom: 1px solid #fff;
                background: #fff;
            }

            .q_tabs_40 .rq a.selected {
                font-weight: bold;
                color: #1755ac;
                border-top: 3px solid #1755ac;
                border-left: 1px solid #1755ac;
                border-right: 1px solid #1755ac;
                border-bottom: 1px solid #fff;
                background: #fff;
            }
