﻿table {
    border-spacing: 0;
    border-collapse: separate;
}

input {
    border: 1px solid #c8cccf;
    color: #666;
    margin: 2px;
}

fieldset {
    border: none;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .5rem;
}

label {
    display: inline-block;
    margin: 2px 5px 2px 0;
    font-weight: 400 !important;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 2px 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

select[multiple], select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
}

output {
    display: block;
    padding-top: 1.6rem;
    line-height: 1.6;
    color: #555;
    vertical-align: middle;
}


/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed, a.cRed:link, a.cRed:visited {
    color: Red;
}

.cBlue, a.cBlue:link, a.cBlue:visited {
    color: #1f3a87;
}

.cDRed, a.cDRed:link, a.cDRed:visited {
    color: #bc2931;
}

.cGray, a.cGray:link, a.cGray:visited {
    color: #4F544D;
}

.cDGray, a.cDGray:link, a.cDGray:visited {
    color: #666;
}

.cWhite, a.cWhite:link, a.cWhite:visited {
    color: #fff;
}

.cBlack, a.cBlack:link, a.cBlack:visited {
    color: #000;
}

a.cBlack:hover {
    color: #bc2931;
}

.cYellow, a.cYellow:link, a.cYellow:visited {
    color: #ff0;
}

.cGreen, a.cGreen:link, a.cGreen:visited {
    color: #008000;
}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {
    font-weight: bold;
}

.fI {
    font-style: italic;
}

/* 字体大小*/
.f12px {
    font-size: 12px;
}

.f14px {
    font-size: 14px;
}

.f16pxb {
    font-size: 16px;
    font-weight: bold;
}

/* 其他属性 */
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    font-size: 0px;
    width: 1px;
    /*height:1px;*/
    visibility: hidden;
    clear: both;
    background-color: White;
}

.hidden {
    display: none;
}

.unLine, .unLine a:link, .unLine a:visited {
    text-decoration: none;
}

.noBorder {
    border: none;
}



/*尉蓝链接*/
A.a01:link {
    color: #0071BD;
    text-decoration: none;
}

A.a01:visited {
    text-decoration: none;
    color: #0071BD;
}

A.a01:active {
    text-decoration: none;
    color: #ff0000;
}

A.a01:hover {
    text-decoration: none;
    color: #ff0000;
}
/*白色链接*/
A.white:link {
    color: white;
    text-decoration: none;
}

A.white:visited {
    text-decoration: none;
    color: white;
}

A.white:active {
    text-decoration: none;
    color: #ff0000;
}

A.white:hover {
    text-decoration: none;
    color: #ff0000;
}
/*带底线链接*/
A.underline:link {
    text-decoration: underline;
}

A.underline:visited {
    text-decoration: underline;
}

A.underline:active {
    text-decoration: underline;
}

A.underline:hover {
    text-decoration: none;
}
/*蓝色链接*/
A.blue:link {
    color: blue;
    text-decoration: none;
}

A.blue:visited {
    text-decoration: none;
    color: blue;
}

A.blue:active {
    text-decoration: none;
    color: #ff0000;
}

A.blue:hover {
    text-decoration: none;
    color: red;
}
/*容器里蓝色链接*/
.bluelink A:link {
    color: #333;
    text-decoration: none;
}

.bluelink A:visited {
    text-decoration: none;
    color: #333;
}

.bluelink A:active {
    text-decoration: none;
    color: #ff0000;
}

.bluelink A:hover {
    text-decoration: none;
    color: red;
}
/*深蓝链接*/
A.Navy:link {
    color: Navy;
    text-decoration: none;
}

A.Navy:visited {
    text-decoration: none;
    color: Navy;
}

A.Navy:active {
    text-decoration: none;
    color: red;
}

A.Navy:hover {
    text-decoration: none;
    color: red;
}
/*红色链接*/
A.redlink:link {
    color: red;
    text-decoration: none;
}

A.redlink:visited {
    text-decoration: none;
    color: red;
}

A.redlink:active {
    text-decoration: none;
    color: #ff0000;
}

A.redlink:hover {
    text-decoration: none;
    color: red;
}

ul.TabBarLevel1 {
    list-style: none;
    margin: 0;
    padding: 0;
    background-image: url(images/tabbar_level1_bk.gif);
    height: auto;
    min-height: 29px;
    _height: 29px;
}

    ul.TabBarLevel1 li {
        float: left;
        padding: 0;
        height: 29px;
        min-height: 29px;
        _height: 29px;
        margin-right: 1px;
        background: url(images/tabbar_level1_slice_left_bk.gif) left top no-repeat;
    }

        ul.TabBarLevel1 li a {
            display: block;
            line-height: 29px;
            padding: 0 20px;
            color: #333;
            background: url(images/tabbar_level1_slice_right_bk.gif) right top no-repeat;
            white-space: nowrap;
        }

        ul.TabBarLevel1 li.Selected {
            background: url(images/tabbar_level1_slice_selected_left_bk.gif) left top no-repeat;
        }

            ul.TabBarLevel1 li.Selected a {
                background: url(images/tabbar_level1_slice_selected_right_bk.gif) right top no-repeat;
            }

        ul.TabBarLevel1 li a:link, ul.TabBarLevel1 li a:visited {
            color: #333;
        }

        ul.TabBarLevel1 li a:hover, ul.TabBarLevel1 li a:active {
            color: #F30;
            text-decoration: none;
        }

        ul.TabBarLevel1 li.Selected a:link, ul.TabBarLevel1 li.Selected a:visited {
            color: #fff;
        }

        ul.TabBarLevel1 li.Selected a:hover, ul.TabBarLevel1 li.Selected a:active {
            color: #F30;
            text-decoration: none;
        }

body div#Content ul.TabBarLevel1 li.Selected a {
    color: #FFF;
}

body ul.TabBarLevel1 {
    background: transparent url(images/list_tab_bottom.gif) 0px 0px repeat-x;
}

    body ul.TabBarLevel1 li.Selected {
        background: transparent url(images/list_tab_left.gif) 0px 0px no-repeat;
    }

        body ul.TabBarLevel1 li.Selected a {
            background: transparent url(images/list_tab_right.gif) 100% 0px no-repeat;
        }

.ul0 ul.TabBarLevel1 {
    background-position: 0% -29px;
}

    .ul0 ul.TabBarLevel1 li.Selected {
        background-position: 0% -29px;
    }

        .ul0 ul.TabBarLevel1 li.Selected a {
            background-position: 100% -29px;
        }

.ul1 ul.TabBarLevel1 {
    background-position: 0% -58px;
}

    .ul1 ul.TabBarLevel1 li.Selected {
        background-position: 0% -58px;
    }

        .ul1 ul.TabBarLevel1 li.Selected a {
            background-position: 100% -58px;
        }

.ul2 ul.TabBarLevel1 {
    background-position: 0% -87px;
}

    .ul2 ul.TabBarLevel1 li.Selected {
        background-position: 0% -87px;
    }

        .ul2 ul.TabBarLevel1 li.Selected a {
            background-position: 100% -87px;
        }

.ul3 ul.TabBarLevel1 {
    background-position: 0% -116px;
}

    .ul3 ul.TabBarLevel1 li.Selected {
        background-position: 0% -116px;
    }

        .ul3 ul.TabBarLevel1 li.Selected a {
            background-position: 100% -116px;
        }

.ul4 ul.TabBarLevel1 {
    background-position: 0% -145px;
}

    .ul4 ul.TabBarLevel1 li.Selected {
        background-position: 0% -145px;
    }

        .ul4 ul.TabBarLevel1 li.Selected a {
            background-position: 100% -145px;
        }

.ul5 ul.TabBarLevel1 {
    background-position: 0% -174px;
}

    .ul5 ul.TabBarLevel1 li.Selected {
        background-position: 0% -174px;
    }

        .ul5 ul.TabBarLevel1 li.Selected a {
            background-position: 100% -174px;
        }

.ul6 ul.TabBarLevel1 {
    background-position: 0% -203px;
}

    .ul6 ul.TabBarLevel1 li.Selected {
        background-position: 0% -203px;
    }

        .ul6 ul.TabBarLevel1 li.Selected a {
            background-position: 100% -203px;
        }

.ul7 ul.TabBarLevel1 {
    background-position: 0% -145px;
}

    .ul7 ul.TabBarLevel1 li.Selected {
        background-position: 0% -145px;
    }

        .ul7 ul.TabBarLevel1 li.Selected a {
            background-position: 100% -145px;
        }

.ul8 ul.TabBarLevel1 {
    background-position: 0% -261px;
}

    .ul8 ul.TabBarLevel1 li.Selected {
        background-position: 0% -261px;
    }

        .ul8 ul.TabBarLevel1 li.Selected a {
            background-position: 100% -261px;
        }

.ul9 ul.TabBarLevel1 {
    background-position: 0% -290px;
}

    .ul9 ul.TabBarLevel1 li.Selected {
        background-position: 0% -290px;
    }

        .ul9 ul.TabBarLevel1 li.Selected a {
            background-position: 100% -290px;
        }

.ul10 ul.TabBarLevel1 {
    background-position: 0% -319px;
}

    .ul10 ul.TabBarLevel1 li.Selected {
        background-position: 0% -319px;
    }

        .ul10 ul.TabBarLevel1 li.Selected a {
            background-position: 100% -319px;
        }

ul.TabBarLevel2 {
    clear: both;
    margin: 2px;
    list-style-type: none;
}

    ul.TabBarLevel2 li {
        float: left;
        padding: 2px 5px;
        list-style-type: none;
    }



ul.am-tabs-nav {
    line-height: 40px;
    background-color: #eee;
    list-style-type: none;
    width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
}
ul.am-tabs-nav li{
     -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
}
ul.am-tabs-nav a {
            display: block;
            word-wrap: normal;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
    ul.am-tabs-nav a {
        color: #222;
        line-height: 42px;
    }

    ul.am-tabs-nav li.am-active a {
        background-color: #009999;
        color: #fff;
    }


/*当前位置
.sitemap
{
    border: lightgrey 1px dotted;
    background-color: beige;
    padding-left: 24px;
    background-position-y: center;
    background-image: url(images/topictype.gif);
    background-repeat: no-repeat;
    margin-bottom:5px;
}
*/



/*gridview 样式 begin*/
.gridview2 {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin: 5px auto;
}

    .gridview2 th {
        line-height: 29px;
        background-color: #e5e5e5;
        text-align: center;
        border: 0px solid #ddd;
    }
    .gridview2 th a:link{
        text-decoration:underline;
    }
    .gridview2 th a:visited{
        text-decoration:underline;
    }
    .gridview2 th a:hover{
        text-decoration:none;
    }

    .gridview thead td {
        line-height: 29px;
        text-align: center;
        background-color: #fff
    }

    .gridview tbody td {
        padding: 2px;
    }

    .gridview2 td {
        border: 0px solid #ddd;
        line-height: 25px;
    }

    .gridview th a {
        text-decoration: none;
    }

    .gridview .alter {
        background-color: #eeeeee;
    }

    .gridview .green {
        background-color: #ccff66;
    }

    .gridview .orange {
        background-color: orange;
    }

    .gridview .red {
        background-color: Red;
    }

    .gridview .edit {
        background-color: Yellow;
    }

    .gridview2 .pager2,
    .gridview2 .pager2 td,
    .gridview2 .pager2 th {
        border: 0;
        padding: 0;
    }

        .gridview2 .pager2 table {
            margin: 10px 0;
        }

            .gridview2 .pager2 table td {
                float: left;
                width: 25px;
                height: 25px;
                font-size: 16px;
                margin:1px;
            }

                .gridview2 .pager2 table td a {
                    position: absolute;
                    text-decoration: none;
                    display: block;
                    width: 25px;
                    height: 25px;
                    border: 1px #b1b1b1 solid;
                    color: #555 !important;
                    background-color: #f8f8f8;
                    font-size: 0.8em;
                    line-height: 25px;
                    text-align: center;
                    opacity: .8;
                    filter: alpha(opacity=80);
                }

                .gridview2 .pager2 table td span {
                    position: absolute;
                    display: block;
                    width: 25px;
                    height: 25px;
                    line-height: 25px;
                    color: #fff !important;
                    border: 1px #16c4c0 solid;
                    background-color: #16c4c0;
                    opacity: .9;
                    filter: alpha(opacity=90);
                    text-align: center;
                }

                .gridview2 .pager2 table td a:hover {
                    text-decoration: none;
                    color: #006666 !important;
                    opacity: .7;
                    filter: alpha(opacity=70);
                    border: 1px #006666 solid;
                    z-index: 100;
                }

    .gridview2 .pager table {
        border: 0;
    }

        .gridview2 .pager table td {
            float: left;
            width: 25px;
            height: 25px;
            font-size: 16px;
            font-weight: bold;
            font-family: Tahoma, Arial, sans-serif;
            margin: 1px;
        }

            .gridview2 .pager table td a {
                position: absolute;
                text-decoration: none;
                display: block;
                width: 22px;
                height: 22px;
                border: 1px #b1b1b1 solid;
                font-family: Tahoma, Arial, sans-serif;
                color: #555 !important;
                background-color: #f8f8f8;
                font-size: 0.8em;
                line-height: 22px;
                text-align: center;
                font-weight: bold;
                opacity: .8;
                filter: alpha(opacity=80);
            }

            .gridview2 .pager table td span {
                position: absolute;
                display: block;
                width: 22px;
                height: 22px;
                line-height: 22px;
                color: #fff !important;
                border: 1px #b1b1b1 solid;
                background-color: #099;
                opacity: .9;
                filter: alpha(opacity=90);
                text-align: center;
            }

            .gridview2 .pager table td a:hover {
                position: absolute;
                width: 22px;
                height: 22px;
                line-height: 22px;
                color: #006666 !important;
                opacity: .7;
                filter: alpha(opacity=70);
                border: 1px #b1b1b1 solid;
                z-index: 100;
            }

table {
  max-width: 100%;
  background-color: transparent;
  empty-cells: show;
}
table code {
  white-space: normal;
}
th {
  text-align: left;
}
table.am-table {
  width: 100%;
  margin-bottom: 1.6rem;
  border-spacing: 0;
  border-collapse: separate;
}
table.am-table > thead > tr > th,
table.am-table > tbody > tr > th,
table.am-table > tfoot > tr > th,
table.am-table > thead > tr > td,
table.am-table > tbody > tr > td,
table.am-table > tfoot > tr > td {
  padding: 0.7rem;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table.am-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
table.am-table > caption + thead > tr:first-child > th,
table.am-table > colgroup + thead > tr:first-child > th,
table.am-table > thead:first-child > tr:first-child > th,
table.am-table > caption + thead > tr:first-child > td,
table.am-table > colgroup + thead > tr:first-child > td,
table.am-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.am-table > tbody + tbody tr:first-child td {
  border-top: 2px solid #ddd;
}

table.am-table-striped > tbody > tr:nth-child(odd) > td, .am-table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

table.am-table-hover > tbody > tr:hover > td, .am-table-hover > tbody > tr:hover > th {
    background-color: #e9e9e9;
}

table.am-table-compact > tbody > tr > td, .am-table-compact > tbody > tr > th, .am-table-compact > tfoot > tr > td, .am-table-compact > tfoot > tr > th, .am-table-compact > thead > tr > td, .am-table-compact > thead > tr > th {
    padding: .4rem;
}



table.edit {
    border-collapse: collapse;
    border: 1px solid #ddd;
}

    table.edit td {
        border: 1px solid #ddd;
        padding: 2px;
    }

    table.edit th {
        font-weight: normal;
        border: 1px solid rgba(255,255,255,0.5);
        padding: 2px;
        background-color: #aaa;
        color: #fff;
    }

table.inedittable {
    border-collapse: separate;
}

    table.inedittable td {
        border: 0px;
    }

table.edit2 {
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 14px;
    margin: 5px auto;
}

    table.edit2 th {
        background-color: #eee;
        font-weight: normal;
        border: 1px solid #ddd;
    }

.edit2 td {
    border: 1px solid #ddd;
}

.edit2 table td td {
    border: 0;
}

.t-t td td {
    border: 0;
}

table.edit3 table.inedittable {
    border-collapse: collapse;
    border: 1px solid #ddd !important;
}

table.edit3 td {
    background-color: #fff;
    padding: 0px 2px;
    border: 1px solid #ddd !important;
}

table.edit3 th {
    font-weight: normal;
    background-color: #fff;
    padding: 0px 2px;
    border: 1px solid #ddd !important;
}


/*gridviewfixed 样式 begin*/
.gridviewfixed {
    border-spacing: 0;
    border-collapse: collapse;   
    margin: 5px auto;
    width: 100%; /* 表格宽度设为100% */
    table-layout: fixed;
    border-collapse: collapse; 
}

    .gridviewfixed th {
        line-height: 29px;
        background-color: #e5e5e5;
        text-align: center;
        border: 1px solid #ddd;
        width: 150px; 
       
    }

    .gridviewfixed thead td {
        line-height: 29px;
        text-align: center;
    }

    .gridviewfixed tbody td {
        padding: 2px;
        
    }

    .gridviewfixed td {
        border: 1px solid #ddd;
        line-height: 25px;

    }

    .gridviewfixed th a {
        text-decoration: none;
    }

    .gridviewfixed .alter {
        background-color: #eeeeee;
    }

    .gridviewfixed .green {
        background-color: #ccff66;
    }

    .gridviewfixed .orange {
        background-color: orange;
    }

    .gridviewfixed .red {
        background-color: Red;
    }

    .gridviewfixed .edit {
        background-color: Yellow;
    }

    .gridviewfixed .pager2,
    .gridviewfixed .pager2 td,
    .gridviewfixed .pager2 th {
        border: 0;
        padding: 0;
    }

        .gridviewfixed .pager2 table {
            margin: 10px 0;
        }

            .gridviewfixed .pager2 table td {
                float: left;
                width: 25px;
                height: 25px;
                font-size: 16px;
                margin:1px;
            }

                .gridviewfixed .pager2 table td a {
                    position: absolute;
                    text-decoration: none;
                    display: block;
                    width: 25px;
                    height: 25px;
                    border: 1px #b1b1b1 solid;
                    color: #555 !important;
                    background-color: #f8f8f8;
                    font-size: 0.8em;
                    line-height: 25px;
                    text-align: center;
                    opacity: .8;
                    filter: alpha(opacity=80);
                }

                .gridviewfixed .pager2 table td span {
                    position: absolute;
                    display: block;
                    width: 25px;
                    height: 25px;
                    line-height: 25px;
                    color: #fff !important;
                    border: 1px #16c4c0 solid;
                    background-color: #16c4c0;
                    opacity: .9;
                    filter: alpha(opacity=90);
                    text-align: center;
                }

                .gridviewfixed .pager2 table td a:hover {
                    text-decoration: none;
                    color: #006666 !important;
                    opacity: .7;
                    filter: alpha(opacity=70);
                    border: 1px #006666 solid;
                    z-index: 100;
                }

    .gridviewfixed .pager table {
        border: 0;
    }

        .gridviewfixed .pager table td {
            float: left;
            width: 25px;
            height: 25px;
            font-size: 16px;
            font-weight: bold;
            font-family: Tahoma, Arial, sans-serif;
            margin: 1px;
        }

            .gridviewfixed .pager table td a {
                position: absolute;
                text-decoration: none;
                display: block;
                width: 22px;
                height: 22px;
                border: 1px #b1b1b1 solid;
                font-family: Tahoma, Arial, sans-serif;
                color: #555 !important;
                background-color: #f8f8f8;
                font-size: 0.8em;
                line-height: 22px;
                text-align: center;
                font-weight: bold;
                opacity: .8;
                filter: alpha(opacity=80);
            }

            .gridviewfixed .pager table td span {
                position: absolute;
                display: block;
                width: 22px;
                height: 22px;
                line-height: 22px;
                color: #fff !important;
                border: 1px #b1b1b1 solid;
                background-color: #099;
                opacity: .9;
                filter: alpha(opacity=90);
                text-align: center;
            }

            .gridviewfixed .pager table td a:hover {
                position: absolute;
                width: 22px;
                height: 22px;
                line-height: 22px;
                color: #006666 !important;
                opacity: .7;
                filter: alpha(opacity=70);
                border: 1px #b1b1b1 solid;
                z-index: 100;
            }
/* end gridviewFixed 样式 */




/*gridview 样式 begin*/
.gridview {
    border-spacing: 0;
    border-collapse: collapse;   
    margin: 5px auto;
    width: 100%; /* 表格宽度设为100% */
    /* table-layout: fixed;
    border-collapse: collapse;  */
}

    .gridview th {
        line-height: 29px;
        background-color: #e5e5e5;
        text-align: center;
        border: 1px solid #ddd;
        /* width: 150px;  */
       
    }

    .gridview thead td {
        line-height: 29px;
        text-align: center;
    }

    .gridview tbody td {
        padding: 2px;
        
    }

    .gridview td {
        border: 1px solid #ddd;
        line-height: 25px;

    }

    .gridview th a {
        text-decoration: none;
    }

    .gridview .alter {
        background-color: #eeeeee;
    }

    .gridview .green {
        background-color: #ccff66;
    }

    .gridview .orange {
        background-color: orange;
    }

    .gridview .red {
        background-color: Red;
    }

    .gridview .edit {
        background-color: Yellow;
    }

    .gridview .pager2,
    .gridview .pager2 td,
    .gridview .pager2 th {
        border: 0;
        padding: 0;
    }

        .gridview .pager2 table {
            margin: 10px 0;
        }

            .gridview .pager2 table td {
                float: left;
                width: 25px;
                height: 25px;
                font-size: 16px;
                margin:1px;
            }

                .gridview .pager2 table td a {
                    position: absolute;
                    text-decoration: none;
                    display: block;
                    width: 25px;
                    height: 25px;
                    border: 1px #b1b1b1 solid;
                    color: #555 !important;
                    background-color: #f8f8f8;
                    font-size: 0.8em;
                    line-height: 25px;
                    text-align: center;
                    opacity: .8;
                    filter: alpha(opacity=80);
                }

                .gridview .pager2 table td span {
                    position: absolute;
                    display: block;
                    width: 25px;
                    height: 25px;
                    line-height: 25px;
                    color: #fff !important;
                    border: 1px #16c4c0 solid;
                    background-color: #16c4c0;
                    opacity: .9;
                    filter: alpha(opacity=90);
                    text-align: center;
                }

                .gridview .pager2 table td a:hover {
                    text-decoration: none;
                    color: #006666 !important;
                    opacity: .7;
                    filter: alpha(opacity=70);
                    border: 1px #006666 solid;
                    z-index: 100;
                }

    .gridview .pager table {
        border: 0;
    }

        .gridview .pager table td {
            float: left;
            width: 25px;
            height: 25px;
            font-size: 16px;
            font-weight: bold;
            font-family: Tahoma, Arial, sans-serif;
            margin: 1px;
        }

            .gridview .pager table td a {
                position: absolute;
                text-decoration: none;
                display: block;
                width: 22px;
                height: 22px;
                border: 1px #b1b1b1 solid;
                font-family: Tahoma, Arial, sans-serif;
                color: #555 !important;
                background-color: #f8f8f8;
                font-size: 0.8em;
                line-height: 22px;
                text-align: center;
                font-weight: bold;
                opacity: .8;
                filter: alpha(opacity=80);
            }

            .gridview .pager table td span {
                position: absolute;
                display: block;
                width: 22px;
                height: 22px;
                line-height: 22px;
                color: #fff !important;
                border: 1px #b1b1b1 solid;
                background-color: #099;
                opacity: .9;
                filter: alpha(opacity=90);
                text-align: center;
            }

            .gridview .pager table td a:hover {
                position: absolute;
                width: 22px;
                height: 22px;
                line-height: 22px;
                color: #006666 !important;
                opacity: .7;
                filter: alpha(opacity=70);
                border: 1px #b1b1b1 solid;
                z-index: 100;
            }
/* end gridview 样式

.webdings
{
	font-family: 'webdings';
}
/*上下页分页*/
.previouspager {
    text-align: right;
}

    .previouspager A:link {
        color: #0071BD;
        text-decoration: none;
    }

    .previouspager A:visited {
        text-decoration: none;
        color: #0071BD;
    }

    .previouspager A:active {
        text-decoration: none;
        color: #ff0000;
    }

    .previouspager A:hover {
        text-decoration: none;
        color: #ff0000;
    }

    .previouspager a.disabled {
        color: #808080;
    }

/*数字分页*/
.numericpager {
    /*margin-top: -1px;
    margin-left:25px;*/
}

    .numericpager td {
        float: left;
        width: 25px;
        height: 25px;
        font-size: 16px;
        font-weight: bold;
        font-family: Tahoma, Arial, sans-serif;
        margin: 1px;
    }

        .numericpager td a {
            position: absolute;
            text-decoration: none;
            display: block;
            width: 25px;
            height: 25px;
            border: 1px #b1b1b1 solid;
            color: #555 !important;
            background-color: #f8f8f8;
            font-size: 0.8em;
            line-height:25px!important;
            text-align: center;
            opacity: .8;
            filter: alpha(opacity=80);
        }

            .numericpager td a:hover {
                text-decoration: none;
                color: #006666 !important;
                opacity: .7;
                filter: alpha(opacity=70);
                border: 1px #006666 solid;
                z-index: 100;
            }

    .numericpager .num {
        color: Red;
    }

    .numericpager .selected a {
        position: absolute;
        display: block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        color: #fff !important;
        border: 1px #16c4c0 solid;
        background-color: #16c4c0;
        opacity: .9;
        filter: alpha(opacity=90);
        text-align: center;
    }

        .numericpager .selected a:hover {
            position: absolute;
            text-decoration: none;
            width: 25px;
            height: 25px;
            font-size: 1em;
            line-height: 25px;
            color: #fff !important;
            opacity: .9;
            filter: alpha(opacity=90);
            border: 1px #006666 solid;
            z-index: 100;
            margin-top: 0px;
            margin-left: 0px;
        }

    .numericpager a.disabled {
        color: #cccccc !important;
    }

        .numericpager a.disabled:hover {
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin: 0px;
            font-size: 0.8em;
            border: 1px #b1b1b1 solid;
            color: #cccccc !important;
        }
    /*三位数长度*/
    .numericpager .wc3 {
        width: 33px;
    }

        .numericpager .wc3 a {
            width: 33px;
        }

            .numericpager .wc3 a:hover {
                width: 33px;
            }

    .numericpager a.wc3a:hover {
        width: 33px;
    }
    /*四位数长度*/
    .numericpager .wc4 {
        width: 50px;
    }

        .numericpager .wc4 a {
            width: 50px;
        }

            .numericpager .wc4 a:hover {
                width: 50px;
            }

    .numericpager a.wc4a:hover {
        width: 50px;
    }

/* 高级搜索框============*/
.myDialog {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.dialog {
    width: 700px;
    background-color: #d7ab82;
    padding: 5px;
    z-index: 2;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

    .dialog .head {
        height: 26px;
        color: White;
        line-height: 26px;
        cursor: move;
    }

        .dialog .head .title {
            float: left;
        }

        .dialog .head a {
            cursor: pointer;
            float: right;
            margin-right: 3px;
        }

    .dialog .title {
        height: 26px;
        color: White;
        line-height: 26px;
        cursor: move;
    }

        .dialog .title span {
            font-size: 16px;
            font-weight: bold;
            margin-left: 10px;
        }

        .dialog .title .right span{
            cursor: pointer;
            border: #cc7e63 1px solid;
            display: block;
            height: 20px;
            width: 20px;
            line-height: 10px;
            text-align: center;
            background-color: chocolate;
        }

    .dialog .d_content {
        background-color: white;
        padding: 5px;
        background-image: none;
        width: auto;
    }

        .dialog .d_content table {
            border-collapse: collapse;
        }

        .dialog .d_content th {
            background-color: #eeeeee;
            padding-left: 3px;
        }

        .dialog .d_content .item {
            padding-left: 30px;
        }

            .dialog .d_content .item span {
                color: darkred;
            }

    .dialog .bottom {
        text-align: right;
        padding: 2px;
        border-top: darkgray 1px dotted;
        background-color: seashell;
    }

    .dialog .content {
        background-color: White;
    }

    .dialog .scrollContent {
        overflow: auto;
    }

/*图表生成器*/
.Tools {
    border: 1px solid #666666;
}

    .Tools .head {
        background-position: 5px center;
        background-color: #006699;
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
        padding-left: 26px;
        color: #fff;
        background-image: url('images/szzs.gif');
        background-repeat: no-repeat;
    }

    .Tools .head2 {
        background-color: #eee;
        font-size: 12px;
        font-weight: bold;
        padding: 3px 8px;
        color: #333;
    }

    .Tools th.h1 {
        background-color: #006699;
        color: #fff;
        width: 20px;
        font-size: 16px;
        padding: 12px 6px;
    }

    .Tools td.h1 {
        background-color: #E1F5FF;
    }

    .Tools ul {
        list-style-type: none;
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .Tools li {
        display: block;
        list-style-type: none;
        margin: 0px;
        height: 29px;
        padding-left: 10px;
    }

        .Tools li a {
            display: block;
            line-height: 29px;
            height: 29px;
            text-align: center;
            position: absolute;
            width: 105px;
        }

        .Tools li.Selected a {
            background-color: #ff6600;
            border-top-style: solid;
            border-top-width: 1px;
            border-top-color: #000000;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #000000;
            border-left-style: solid;
            border-left-width: 1px;
            border-left-color: #000000;
            text-decoration: none;
        }

            .Tools li.Selected a:hover {
                color: #333;
            }

            .Tools li.Selected a:active {
                color: #333;
            }

    .Tools #box .content2 {
        background-color: #ffffff;
        padding: 4px;
    }

    .Tools .p2 {
        border: 1px solid #808080;
        background-color: #eee;
        margin-bottom: 4px;
    }

    .Tools .h2 {
        background-color: #E6EFFE;
        padding: 2px 5px;
        margin: 1px;
        cursor: pointer;
    }

        .Tools .h2 a {
            border: 1px solid #E6EFFE;
            display: block;
            width: 19px;
            height: 17px;
            line-height: 19px;
            text-align: center;
            padding-top: 2px;
            outline: none;
        }

            .Tools .h2 a:hover {
                border-style: solid;
                border-width: 1px;
                border-color: #FFFFFF #808080 #808080 #FFFFFF;
            }

    .Tools .c2 {
        padding: 3px;
        margin: 2px;
        background-color: #fff;
    }

    .Tools .t2 {
    }

    .Tools .w2 {
        padding-left: 16px;
    }

/*普通框*/
.panel0 {
    border: none;
    padding: 1px;
    margin: 10px auto;
}

    .panel0 .head {
        background-color: #fff;
        border-left: 3px solid #16c4c0;
        font-size: 14px;
        line-height: 29px;
        padding-left: 10px;
    }

    .panel0 .content0 {
        padding: 5px 10px;
    }

    .panel0 #tab1 a {
        cursor: pointer;
    }
/*定制监测查看列表*/
.mysln {
    border: darkgray 1px solid;
    background-color: #e8e9ec;
    padding: 2px;
    margin: 12px;
}

    .mysln .m_content {
        width: 132px;
        height: 132px;
        margin: 8px;
        background-image: url(images/mysln_project.gif);
        background-repeat: no-repeat;
        font-size: 16px;
        font-family: 黑体;
        color: dimgray;
        text-align: center;
        border: gainsboro 1px solid;
    }

    .mysln .map {
        background-image: url(images/mysln_map.gif);
    }

    .mysln .kfs {
        background-image: url(images/mysln_kfs.gif);
    }

    .mysln .cityzone {
        background-image: url(images/mysln_cityzone.gif);
    }

    .mysln .m_content a {
        display: block;
        padding: 48px 5px;
    }

        .mysln .m_content a:link {
            color: dimgray;
        }

    .mysln .m_content a {
        color: dimgray;
    }

    .mysln .buttons {
        text-align: center;
    }


/*数据库查询*/
.datasearch {
    font-size: 16px;
}

    .datasearch input {
        font-size: 16px;
        line-height: 30px;
    }
/*报告*/
.report {
    margin-top: 10px;
    border: 1px solid #B5BDDE;
}

    .report .content2 {
        padding: 2px;
    }

        .report .content2 p {
            margin: 3px 0px;
            padding: 0px;
        }

    .report .head2 {
        background: url(images/th07.gif);
        background-repeat: repeat-x;
        line-height: 27px;
        padding-right: 20px;
    }

        .report .head2 span {
            font-size: 16px;
            font-weight: bold;
            float: left;
        }

        .report .head2 a {
            float: right;
        }

.reportviewcontent {
    padding: 30px;
    font-size: 14px;
    color: #333;
}

    .reportviewcontent p {
        line-height: 25px;
    }

.report .shortContent .rhead {
    background-color: #dcdcdc;
    color: #800000;
    text-align: center;
}

.report .shortContent ul {
    list-style: none;
    padding: 0px;
    margin: 2px;
}

.report .shortContent li {
    border: 1px solid #C0C0C0;
    list-style: none;
    padding: 2px;
    margin: 4px;
    display: block;
    max-width: 240px;
}

.report .shortContent img {
    max-width: 240px;
}

.report .shortContent table {
    max-width: 240px;
}

/*报告右侧*/
.report2 {
    margin: 4px 2px;
    border: 1px solid #800000;
    padding: 1px;
}

    .report2 .content2 {
        text-align: center;
        padding: 1px;
    }

        .report2 .content2 p {
            margin: 3px 0px;
            padding: 0px;
        }

        .report2 .content2 img {
            max-width: 200px;
        }

        .report2 .content2 table {
            width: 100%;
            border-collapse: collapse;
        }

        .report2 .content2 td {
            border: #999 1px solid;
            padding: 2px;
        }

    .report2 .head2 {
        background-color: #993300;
        line-height: 25px;
        text-align: center;
    }

        .report2 .head2 a {
            font-size: 14px;
            font-weight: bold;
            color: White;
        }
/*登录login*/
.login_body {
    padding: 0px;
    margin: 0px auto;
}


.login_panel {
    width: 960px;
    height: 628px;
    background-image: url(images/login_bg_men.jpg);
    background-repeat: no-repeat;
    position: relative;
    margin: -320px auto auto -480px;
}

.login_center {
    position: absolute;
    top: 50%;
    left: 50%;
}

.login_panel2 {
    margin: 0 auto;
    width: 960px;
    height: 628px;
    background-image: url(images/login_bg_flash4.jpg);
    background-repeat: no-repeat;
    position: relative;
    margin: -320px auto auto -480px;
}


.login_panel .bg {
    padding-top: 310px;
    padding-left: 500px;
}

.login_body2 {
    padding: 0px;
    margin: 0px auto;
    background-color: #001;
}

.login_panel2 .bg {
    padding-top: 310px;
    padding-left: 380px;
}

.login_account {
    color: #333;
}

.login_error {
    margin: 0 auto;
    width: 700px;
}

.login_error2 {
    margin: 0 auto;
    width: 580px;
}




/*download*/
.download {
    display: block;
    background-image: url('/images/pdf.gif');
    padding-left: 40px;
    line-height: 30px;
    background-repeat: no-repeat;
    width: 240px;
}



/*按钮样式*/
.btn0 {
    font-size: 12px;
    cursor: pointer;
    color: #666;
}

.btn7 {
    FONT-SIZE: 12px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#990033);
    CURSOR: pointer;
    COLOR: #666;
}

.btn8 {
    height: 35px;
    PADDING-LEFT: 10px;
    FONT-SIZE: 12px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#9DBCEA);
    CURSOR: hand;
    COLOR: #666;
}
/*设置图表项*/
.tooler {
}

.mycounter .myoptions {
    border: 1px solid #ccc;
    margin-top: -1px;
    padding: 2px;
    background-color: #eee;
}

.mycounter .bottom {
    text-align: center;
    background-color: #fff;
    padding: 5px;
}

.mycounter ul {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
    display: block;
}

.mycounter li {
    list-style: none !important;
    display: block;
    padding: 0px;
    margin: 0px;
}

.set_chart {
}

    .set_chart .myresult {
        border-color: #ccc;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        background-color: #eee;
    }

    .set_chart #f_msg {
        display: block;
        padding-left: 20px;
        background-color: transparent;
        color: #cd3930;
        font-size: 16px;
    }

    .set_chart #f_datatable td {
        text-align: center;
    }

    .set_chart th.h01 {
        width: 155px;
        background-color: #eee;
        padding: 0 10px;
        height: 58px;
        background-image: url('/newhouse/tool/images/th_line.gif');
        background-repeat: no-repeat;
    }

    .set_chart #f_title {
        background-color: #eee;
        line-height: 29px;
        font-size: 14px;
        font-weight: bold;
        padding-left: 10px;
        border-left: solid 3px #16c4c0;
    }

    .set_chart a:hover {
        text-decoration: none;
    }

    .set_chart .chart {
        border: 1px solid #ddd;
        margin-top: 5px;
        padding: 1px;
    }

        .set_chart .chart .head {
            background-color: #eee;
            line-height: 24px;
            font-size: 14px;
            font-weight: bold;
            padding-left: 8px;
        }

        .set_chart .chart .content {
            padding: 2px;
        }

    .set_chart #chartdiv {
        background-position: center center;
        background-image: url('images/loading_content.gif');
        background-repeat: no-repeat;
    }

.check_row_col {
    padding: 3px;
}

    .check_row_col .row_col {
        border: 1px solid #ccc;
    }

    .check_row_col ul.menu2 {
        height: 27px;
        background-color: #aaa;
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: block;
        clear: both;
        padding-left: 4px;
        border: none;
        border-bottom: solid 1px #ccc;
        z-index: 2;
    }

    .check_row_col .menu2 li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        float: left;
        display: block;
        padding-top: 2px;
    }

        .check_row_col .menu2 li a {
            display: block;
            padding: 0 15px;
            line-height: 25px;
            height: 25px;
            cursor: pointer;
            border: 1px solid #ccc;
            margin: 0 2px;
            background-color: #c9c9c9;
            z-index: 1;
        }

        .check_row_col .menu2 li.selected a {
            background-color: #eee;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #eee;
            line-height: 26px;
            height: 26px;
            z-index: 99;
        }

    .check_row_col ul.menu3 {
        background-color: #eee;
    }

    .check_row_col .menu3 li a {
        background-color: #eee;
    }

    .check_row_col .menu3 li.selected a {
        background-color: #fff;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #fff;
    }
/*隐藏图表logo*/
.hiddenlogo {
    width: 210px;
    height: 18px;
    position: absolute;
}

/*下拉框层*/
.showcategory2s {
    /*border: 1px solid #143158;*/
    padding: 1px;
}

    .showcategory2s td {
        border: none !important;
    }

    .showcategory2s .head2 {
        background-color: #eee !important;
        cursor: pointer;
    }

    .showcategory2s content2 {
    }




/*项目档案信息框*/
.projectviewbody {
    background-image: url('images/projectview_topbg.gif');
    background-repeat: repeat-x;
}

.projectviewname {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    padding-left: 30px;
}

.propertys {
    width: 30px;
    position: absolute;
    top: 30px;
    padding-top: 40px;
}

    .propertys ul {
        list-style: none;
        display: block;
        width: 30px;
        padding: 0px;
        margin: 0px;
    }

    .propertys li {
        list-style: none;
        display: block;
        padding: 4px 0px;
        margin: 0px;
        text-align: center;
    }

    .propertys a {
        text-decoration: none;
        display: block;
        cursor: pointer;
        border: 1px solid #663300;
        background-color: #EDE10A;
        padding: 4px 2px;
        font-size: 14px;
    }

    .propertys li.selected a {
        background-color: #C8C458;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #C8C458;
        font-weight: bold;
    }

.annames {
    border: 1px solid #663300;
    background-color: #C8C458;
    margin-left: 29px;
}

    .annames ul.menu1 {
        height: 30px;
        background-color: #82AC48;
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: block;
        clear: both;
        padding-left: 8px;
    }

    .annames .menu1 li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        float: left;
        display: block;
        padding-top: 4px;
    }

        .annames .menu1 li a {
            display: block;
            padding: 0 15px;
            line-height: 26px;
            height: 26px;
            cursor: pointer;
            border: 1px solid #663300;
            margin: 0 3px;
            background-color: #EDE10A;
            font-size: 14px;
        }

        .annames .menu1 li.selected a {
            background-color: #C8C458;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #C8C458;
            font-weight: bold;
        }

    .annames .contents {
        padding: 15px;
    }

    .annames .contents2 {
        background-color: #ffffff;
        min-height: 400px;
        padding: 4px;
    }

    .annames .contents3 {
        padding: 1px;
    }

/*分栏切换菜单3*/
.menus3 {
    background-color: #ffffff;
}

    .menus3 ul.menu {
        height: 27px;
        background-color: #C0C0C0;
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: block;
        clear: both;
        border-bottom-style: solid;
        padding-left: 8px;
        border-bottom-width: 1px;
        border-bottom-color: #663300;
    }

    .menus3 .menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        float: left;
        display: block;
        padding-top: 4px;
    }

        .menus3 .menu li a {
            display: block;
            padding: 0 15px;
            line-height: 22px;
            height: 22px;
            cursor: pointer;
            border: 1px solid #663300;
            margin: 0 3px;
            background-color: #dcdcdc;
            font-size: 14px;
        }

        .menus3 .menu li.selected a {
            background-color: #FFFFFF;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #ffffff;
            font-weight: bold;
        }

    .menus3 .contents3 {
        padding: 2px;
    }

/*自定义下拉框*/
.myselect {
    list-style: none;
    display: block;
    padding: 0px;
    margin: 0px;
    z-index: 9999;
    margin: 0 5px;
}

    .myselect li {
        padding: 0px;
        margin: 0px;
        list-style: none;
        display: block;
        float: none;
        clear: both;
    }

    .myselect .hd {
        background-color: #ddd;
        float: none;
        padding: 0px;
        border-radius: 4px;
    }

        .myselect .hd input {
            width: 100%;
        }

    .myselect .cc {
        display: none;
        position: absolute;
        background-color: #f4f4f4;
        border-radius: 0 0 4px 4px;
        border: 1px solid #ddd;
        float: none;
        padding: 0px;
        /*max-height: 250px;*/
        overflow: auto;
    }

    .myselect .hd table {
        border-collapse: collapse;
    }

    .myselect .cc table td {
        border: none;
    }

    .myselect .cc .reset {
        text-align: right;
        padding: 2px;
    }

/*ulist平铺*/
ul.ulist {
    list-style: none;
    display: block;
    padding: 0px;
    margin: 0px;
    padding: 0px;
}

    ul.ulist li {
        list-style: none;
        display: block;
        margin: 0px;
        float: left;
    }

/*tabs导航菜单*/
.tabs {
    width: 100%;
    line-height: 16px;
}

    .tabs ul {
        margin: 0;
        padding: 0px 10px 0 0px;
        list-style: none;
    }

    .tabs li {
        display: inline;
        margin: 0;
        padding: 0;
    }

    .tabs a:hover {
        background-position: 0% -42px;
    }

        .tabs a:hover span {
            background-position: 100% -42px;
        }

    .tabs .Selected a {
        background-position: 0% -42px;
    }

        .tabs .Selected a span {
            background-position: 100% -42px;
            font-weight: bold;
        }

    .tabs a {
        float: left;
        margin: 0;
        padding: 0 0 0 4px;
        text-decoration: none;
    }

        .tabs a span {
            float: left;
            display: block;
            padding: 5px 15px 4px 6px;
            cursor: pointer;
        }

.tabs1 a {
    background: url("tabs/tableft1.gif") no-repeat left top;
}

    .tabs1 a span {
        background: url("tabs/tabright1.gif") no-repeat right top;
        color: #627EB7;
    }

.tabs1 {
    background: #F4F7FB;
    border-bottom: 1px solid #BCD2E6;
}

.tabs2 a {
    background: url("tabs/tableft2.gif") no-repeat left top;
}

    .tabs2 a span {
        background: url("tabs/tabright2.gif") no-repeat right top;
        color: #84776B;
    }

.tabs2 {
    border-bottom: 1px solid #84776B;
}

.tabs3 a {
    background: url("tabs/tableft3.gif") no-repeat left top;
}

    .tabs3 a span {
        background: url("tabs/tabright3.gif") no-repeat right top;
        color: #FFF;
    }

.tabs3 {
    background: #E4E6EB;
}

.tabs4 a {
    background: url("tabs/tableft4.gif") no-repeat left top;
}

    .tabs4 a span {
        background: url("tabs/tabright4.gif") no-repeat right top;
        color: #6B78A9;
    }

.tabs4 {
    border-bottom: 1px solid #6B78A9;
}

.tabs5 a {
    background: url("tabs/tableft5.gif") no-repeat left top;
}

    .tabs5 a span {
        background: url("tabs/tabright5.gif") no-repeat right top;
        color: #FFF;
    }

.tabs5 {
}

.tabs6 a {
    background: url("tabs/tableft6.gif") no-repeat left top;
}

    .tabs6 a span {
        background: url("tabs/tabright6.gif") no-repeat right top;
        color: #FFF;
    }
/*.tabs6{background:#efefef;border-bottom:1px solid #666;}*/

.tabs7 a {
    background: url("tabs/tableft7.gif") no-repeat left top;
}

    .tabs7 a span {
        background: url("tabs/tabright7.gif") no-repeat right top;
        color: #999;
    }

.tabs7 {
    background: #D4DAE7;
    border-bottom: 1px solid #333B66;
}

.tabs8 a {
    background: url("tabs/tableft8.gif") no-repeat left top;
}

    .tabs8 a span {
        background: url("tabs/tabright8.gif") no-repeat right top;
        color: #333;
    }

.tabs8 {
    background: #FCF1F6;
    border-bottom: 1px solid #E276A7;
}

.tabs9 a {
    background: url("tabs/tableft9.gif") no-repeat left top;
}

    .tabs9 a span {
        background: url("tabs/tabright9.gif") no-repeat right top;
        color: #FFF;
    }

.tabs9 {
    border-bottom: 1px solid #F45551;
}

.tabs10 a {
    background: url("tabs/tableft10.gif") no-repeat left top;
}

    .tabs10 a span {
        background: url("tabs/tabright10.gif") no-repeat right top;
        color: #FFF;
    }

.tabs10 {
    border-bottom: 1px solid #2763A5;
}

.tabs11 a {
    background: url("tabs/tableft11.gif") no-repeat left top;
}

    .tabs11 a span {
        background: url("tabs/tabright11.gif") no-repeat right top;
        color: #9F9584;
    }

.tabs11 {
    background: #F9F7F3;
    border-bottom: 1px solid #C2BDAE;
}

.tabs12 a {
    background: url("tabs/tableft12.gif") no-repeat left top;
}

    .tabs12 a span {
        background: url("tabs/tabright12.gif") no-repeat right top;
        color: #E4D6CD;
    }

.tabs12 {
    background: #F9F7F3;
    border-bottom: 1px solid #C2BDAE;
}

.tabs13 a {
    background: url("tabs/tableft13.gif") no-repeat left top;
}

    .tabs13 a span {
        background: url("tabs/tabright13.gif") no-repeat right top;
        color: #666;
    }

.tabs13 {
    background: #BBD9EE;
}

.tabs14 a {
    background: url("tabs/tableft14.gif") no-repeat left top;
}

    .tabs14 a span {
        background: url("tabs/tabright14.gif") no-repeat right top;
        color: #666;
    }

.tabs14 {
    background: #F4F4F4;
}

.tabs15 a {
    background: url("tabs/tableft15.gif") no-repeat left top;
}

    .tabs15 a span {
        background: url("tabs/tabright15.gif") no-repeat right top;
        color: #464E42;
    }

.tabs15 {
    background: #EDF7E7;
}

.tabs16 a {
    background: url("tabs/tableft16.gif") no-repeat left top;
}

    .tabs16 a span {
        background: url("tabs/tabright16.gif") no-repeat right top;
        color: #C7377D;
    }

.tabs16 {
    background: #FCF3F8;
    border-bottom: 1px solid #F4B7D6;
}

.tabs17 a {
    background: url("tabs/tableft17.gif") no-repeat left top;
}

    .tabs17 a span {
        background: url("tabs/tabright17.gif") no-repeat right top;
        color: #FFF;
    }

.tabs17 {
    background: #000;
}

.tabs18 a {
    background: url("tabs/tableft18.gif") no-repeat left top;
}

    .tabs18 a span {
        background: url("tabs/tabright18.gif") no-repeat right top;
        color: #666;
    }

.tabs18 {
    background: #efefef;
    border-bottom: 1px solid #666;
}

.tabs19 a {
    background: url("tabs/tableft19.gif") no-repeat left top;
}

    .tabs19 a span {
        background: url("tabs/tabright19.gif") no-repeat right top;
        color: #FFF;
    }

.tabs19 {
    background: #666;
}

.tabs20 a {
    background: url("tabs/tableft20.gif") no-repeat left top;
}

    .tabs20 a span {
        background: url("tabs/tabright20.gif") no-repeat right top;
        color: #FFF;
    }

.tabs20 {
    background: #000;
}

.tabs21 a {
    background: url("tabs/tableft21.gif") no-repeat left top;
}

    .tabs21 a span {
        background: url("tabs/tabright21.gif") no-repeat right top;
        color: #FFF;
    }

.tabs21 {
    background: #EFF4FA;
    border-bottom: 1px solid #DD740B;
}

.tabs22 a {
    background: url("tabs/tableft22.gif") no-repeat left top;
}

    .tabs22 a span {
        background: url("tabs/tabright22.gif") no-repeat right top;
        color: #24618E;
    }

.tabs22 {
    background: #EFF4FA;
    border-bottom: 1px solid #24618E;
}

.tabs23 a {
    background: url("tabs/tableft23.gif") no-repeat left top;
}

    .tabs23 a span {
        background: url("tabs/tabright23.gif") no-repeat right top;
        color: #FFF;
    }

.tabs23 {
    background: #E7E5E2;
    border-bottom: 1px solid #54545C;
}

/*隐藏左侧面板*/
.hide_show_left {
    display: block;
    width: 16px;
    height: 66px;
    background: url("img/hide_show_left.png") no-repeat -1px -1px;
    text-decoration: none;
}

    .hide_show_left span {
        display: inline-block;
        width: 16px;
        height: 66px;
        cursor: pointer;
    }

    .hide_show_left b {
        display: inline-block;
        width: 5px;
        height: 10px;
        margin-left: 5px;
        margin-top: 28px;
    }

    .hide_show_left:hover b {
        background: url("img/hide_show_left.png") no-repeat -37px -28px;
    }

.selected .hide_show_left b {
    background: url("img/hide_show_left.png") no-repeat -28px -28px;
}

.selected .hide_show_left:hover b {
    background: url("img/hide_show_left.png") no-repeat -20px -28px;
}

/*报告下载*/
a.downloadreport {
    width: 251px;
    height: 54px;
    display: block;
    background: url("img/downloadreport.png") no-repeat 0px -1px;
    text-align: right;
    font-size: 16px;
    color: White;
}

    a.downloadreport span {
        margin-right: 5px;
        line-height: 54px;
    }

    a.downloadreport:hover {
        background: url("img/downloadreport.png") no-repeat 0px -56px;
    }
/*左右箭头*/
a.turnbutton {
    width: 43px;
    height: 50px;
    display: block;
    background: url("img/turnbutton.gif") no-repeat -1px -1px;
    blr: expression(this.onFocus=this.blur());
}

    a.turnbutton b {
        display: none;
    }

a.turnpre:hover {
    background: url("img/turnbutton.gif") no-repeat -53px -1px;
}

a.turnpre:active {
    background: url("img/turnbutton.gif") no-repeat -106px -1px;
}

a.turnnext {
    background: url("img/turnbutton.gif") no-repeat -106px -53px;
}

    a.turnnext:hover {
        background: url("img/turnbutton.gif") no-repeat -53px -53px;
    }

    a.turnnext:active {
        background: url("img/turnbutton.gif") no-repeat -1px -53px;
    }

a.turnback {
    width: 88px;
    height: 39px;
    background: url("img/turnbutton.gif") no-repeat -1px -106px;
}

    a.turnback:hover {
        background: url("img/turnbutton.gif") no-repeat -1px -145px;
    }
/*下拉箭头按钮*/
a.cur_down {
    width: 19px;
    height: 19px;
    line-height: 19px;
    background: url("img/cur_down.gif") no-repeat;
    display: inline-block;
}

    a.cur_down:hover {
        background: url("img/cur_down.gif") no-repeat 0px -19px;
    }

    a.cur_down b {
        display: none;
    }
/*左侧置顶按钮*/
.lefttopbutton {
    width: 166px;
    margin: 5px auto;
}

    .lefttopbutton a {
        width: 80px;
        height: 32px;
        display: block;
        background: url("img/lefttop_button.gif") no-repeat 0px 0px;
        blr: expression(this.onFocus=this.blur());
    }

    .lefttopbutton b {
        display: none;
    }

    .lefttopbutton a:hover {
        background: url("img/lefttop_button.gif") no-repeat 0px -32px;
    }

    .lefttopbutton .right a {
        background: url("img/lefttop_button.gif") no-repeat -82px 0px;
    }

        .lefttopbutton .right a:hover {
            background: url("img/lefttop_button.gif") no-repeat -82px -32px;
        }
/*浮动层*/
.float-layer {
    border-radius: 4px;
    outline: 0;
    position: absolute;
    z-index: 500;
    padding: 6px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.666;
    border: 1px solid #666;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    cursor: default;
    zoom: 1;
}

    .float-layer ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

    .float-layer li {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        .float-layer li a {
            display: block;
            padding: 2px 16px;
        }

            .float-layer li a:hover {
                background-color: #099;
                color: #fff;
                text-decoration: none;
            }

    .float-layer .noa li /*没有链接*/ {
        padding: 0px 16px 0px 10px;
    }

        .float-layer .noa li:hover {
            background-color: #CC9900;
            color: #fff;
        }
/*宗地规划用途树状图*/
.ground_propertys {
    padding: 1px;
}

    .ground_propertys .heads {
        border: 1px solid #3399FF;
        background-color: #DCE7FB;
        cursor: pointer;
        float: none;
        clear: both;
    }

    .ground_propertys .contents {
        border: 1px solid #3399FF;
        display: none;
        position: absolute;
        background-color: #fff;
        padding: 0px;
        max-height: 250px;
        overflow: auto;
        float: none;
        clear: both;
    }

/* 自定义 区分bootcss*/
.my label {
    font-weight: normal !important;
}

.my td {
    padding: 2px !important;
}

.my input, .my select,.my textarea{
    margin: 0 2px !important;
}

.my legend {
    font-size: 14px;
}

.my fieldset div {
    text-align: left;
}
/*homelist*/
ol.homelist {
    display: block;
    padding: 2px;
    margin: 0px;
    list-style: none;
}

    ol.homelist li {
        list-style: none;
        border-bottom: 1px dotted #808080;
        display: block;
        padding: 0px;
        margin-bottom: 4px;
        padding-bottom: 2px;
    }

        ol.homelist li.endrow {
            border-bottom: none;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }
/*返回顶部*/
#totop {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 999;
    width: 71px;
    cursor: pointer;
    display: none;
}

*html #totop {
    position: absolute;
    cursor: pointer;
    right: 10px;
    display: none;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px");
}

    #totop a {
        display: block;
        width: 71px;
        height: 72px;
        padding-top: 48px;
        background: url(img/toTop.gif) no-repeat;
        text-align: center;
        color: #888;
    }

        #totop a.cur {
            background-position: -88px 0;
            text-decoration: none;
            color: #3a9;
        }

.mytable th {
    text-align: center !important;
}

.mytable td {
    text-align: center !important;
}





/*! Amaze UI v2.7.2 | by Amaze UI Team | (c) 2016 AllMobilize, Inc. | Licensed under MIT | 2016-08-17T16:17:24+0800 */

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    min-height: 100%;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

figure img {
        margin: 0px !important;
        padding: 0px !important;
    }

figure {
    margin: 0px !important;
    padding: 0px !important;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], script, template {
    display: none;
}

a {
    background-color: transparent;
}

    a:focus {
        outline: thin dotted;
    }

    a:active, a:hover {
        outline: 0;
    }

a, ins {
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

code, kbd, pre, samp {
    font-family: Monaco,Menlo,Consolas,"Courier New",FontAwesome,monospace;
    font-size: 1em;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    cursor: pointer;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

html {
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    position: relative;
    background: #fff;
    font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    font-size:14px;
}

body, button, input, select, textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
}

@media only screen and (max-width:640px) {
    body {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}

a {
    color: #009999;
}

    a:focus, a:hover {
        color: #095f8a;
    }

    a:focus {
        outline: thin dotted;
        outline: 1px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

ins {
    background: #ffa;
    color: #333;
}

mark {
    background: #ffa;
    color: #333;
}

abbr[title], dfn[title] {
    cursor: help;
}

dfn[title] {
    border-bottom: 1px dotted;
    font-style: normal;
}

address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul {
    margin: 0 0 1.6rem 0;
}

* + address, * + blockquote, * + dl, * + fieldset, * + figure, * + hr, * + ol, * + p, * + pre, * + ul {
    margin-top: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.6rem 0;
    font-weight: 600;
    font-size: 100%;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.25em;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 2em;
}

ol, ul {
    padding-left: 2em;
}

    ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul {
        margin: 1em 0;
    }

dt {
    font-weight: 700;
}

    dt + dd {
        margin-top: .5em;
    }

dd {
    margin-left: 0;
}

    dd + dt {
        margin-top: 1em;
    }

hr {
    display: block;
    padding: 0;
    border: 0;
    height: 0;
    border-top: 1px solid #eee;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

address {
    font-style: normal;
}

blockquote {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-left: 4px solid #ddd;
    font-family: Georgia,"Times New Roman",Times,Kai,"Kaiti SC",KaiTi,BiauKai,FontAwesome,serif;
}

    blockquote small {
        display: block;
        color: #999;
        font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
        text-align: right;
    }

    blockquote p:last-of-type {
        margin-bottom: 0;
    }

iframe {
    border: 0;
}

button, input:not([type=radio]):not([type=checkbox]), select {
    vertical-align: middle;
}

select {
    border: 1px solid #ccc;
}

.panel1 {
    margin: 5px 25px;
    border: 1px solid #ccc;
    padding: 1px;
}

    .panel1 .head a {
        font-size: 14px;
        line-height: 28px;
        background-color: #eee;
        background-image: url('/images/panel_tool_collapse.gif');
        background-repeat: no-repeat;
        padding: 0px 20px;
        background-position: left;
        border-left: 3px solid #eee;
        display: block;
        font-weight: bold;
    }

    .panel1 .selected .head a {
        background-image: url('/images/panel_tool_expand.gif');
    }

    .panel1 .content {
        background-color: #fff;
        padding: 4px;
    }

    .panel1 .selected .content {
        display: none;
    }

.auto-style1 {
    width: 66px;
    text-align: center;
}

.auto-style2 {
    width: 100px;
    text-align: center;
}

.w-50 {
    width: calc(100% - 50px);
    margin: auto;
}

#querytable th {
    border: 1px solid #ddd;
}

#querytable td {
    border: 1px solid #ddd;
}

    #querytable td td {
        border: 0;
    }


#nav .kind_menu, .projectlist, .tabbody {
    font-size: 14px;
}
