/*重置样式
*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
    margin: 0;
    padding: 0;
    border: none;
}

/*基本标记样式
*/
body,
td,
input,
select,
button,
textarea {
    font-family: 新宋体, Microsoft YaHei, arial, sans-serif, Tahoma, Verdana;
    font-size: 12px;
    color: #444444;
}

img {
    border: none;
}

ul,
ol,
dl {
    list-style: none;
}

a {
    cursor: pointer;
}

h2 a {
    color: #428bca;
    cursor: pointer;
}

body {
    position: relative;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

/*基本类样式
*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.red {
    color: #f00;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.dis {
    background: #EBEBE4;
}

* html,
* html body

/* 修正IE6振动bug */
    {
    background-image: url(about:blank);
    background-attachment: fixed;
}

* html .header

/* IE6 头部固定 */
    {
    position: absolute;
    bottom: auto;
    top: 10;
}

label {
    font-family: 新宋体, Microsoft YaHei, arial, sans-serif, Tahoma, Verdana;
    font-size: 12px;
    color: #444444;
}

.header {
    
    z-index: 1000;
    clear: both;
    width: 100%;
    height: 130px;
    background: #9f7a33 url(../images/topbg.jpg) repeat-x top right;

}

.header,
.navbar-default {
    background: url(../images/topbg.jpg) 0 0 repeat-x;
    border-color: transparent;
    border: 0;
    margin-bottom: 0;
}

.logo {
    position: relative;
}

.nav {
    float: left;
    position: relative;
}

.logo img {
    width: 200px;
    height: 100px;
    display: block;
    z-index: 1000;
    zoom: 1;
    position: absolute;
    left: 0;
    top: 0;

}

.nav {
    margin-top: 66px;
    height: 34px;
}

.nav li {
    background: url(../images/navbg.jpg) 0 0 no-repeat;
    float: left;
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    width: 111px;
    text-align: center;
    display: inline;
}

.nav li a {
    font-size: 14px;
    color: #FFFFFF !important;
    font-weight: bold;
    padding-top: 15px;
    line-height: 10px;
    padding-bottom: 0;

}

.nav li.active a,
.nav li a:hover,
.nav li a:focus {
    color: #FFFF00 !important;
    background-color: transparent !important;
    background: none !important;
}

.navbar-collapse {
    height: auto !important;
    zoom: 1;
}

#subNav {
    background: url(../images/snavbg.jpg) 0 0 repeat-x;
    height: 32px !important;
    margin-left: -30px;
    margin-right: -30px;
    border: 0;
    z-index: 1000;
    zoom: 1;
}

.subnav {
    padding-left: 30px;
}

.subnav li {
    float: left;
    width: auto;
}

.subnav li a {
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    display: inline-block;
    font-size: 13px;
    color: #EEEEEE;
    width: 100%;
}

.subnav li.on a,
.subnav li a:hover {
    color: #79B7F4;
    border-bottom: 2px solid #469AF0;
}

.container {
    width: 100vw;
    padding: 10px 30px;
    zoom: 1;
   
}

.container h2 {
    font-size: 18px;
    line-height: 1.6em;
    display: block;
}

.conPage {
    padding: 0;
}

fieldset {
    border: 1px solid #999999;
    width: 95%;
    margin-right: 0px;
    display: inline;
    min-height: 280px;
    _height: 280px;
    overflow: visible;

}

fieldset legend {
    font-size: 14px;
    font-weight: bold;
    width: 60px;
    border: 0px;
}

.finfo {
    padding: 0;
}

.finfo li {
    padding: 3px 0;

}

.finfo li label {
    float: left;
    width: 160px;
    text-align: right;
    display: inline-block;
    font-family: 新宋体, Microsoft YaHei, arial, sans-serif, Tahoma, Verdana;
    font-size: 12px;
    color: #444444;
}

.finfo li span {
    font-family: 新宋体, Microsoft YaHei, arial, sans-serif, Tahoma, Verdana;
    font-size: 14px;
    color: #444444;
}

.txt {
    border: 1px solid #CCCCCC;
    padding: 1px;
    height: 18px;
    width: 150px;
    font-family: 新宋体, Microsoft YaHei, arial, sans-serif, Tahoma, Verdana;
    font-size: 12px;
    color: #444444;
}

.check {
    width: 20px;
    height: 20px;
}

.btn {
    margin-left: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    cursor: pointer;
}

.table table tr th,
.table table tr td {
    padding: 2px 5px;
    font-size: 12px;
    border: 1px solid #cccccc;
}

.table table tr th {
    font-size: 14px;
    background: rgb(221, 224, 233);
}

.table table tr td.tr {
    text-align: right;
}

.table table tr td {
    background: rgb(238, 238, 238);
}

.table table tr.even td {
    background: rgb(229, 227, 227);
}

.table table tr.hover td {
    background: rgb(165, 195, 224);
}

.table table tr.selected td {
    background: rgb(89, 142, 222);
}

.footer {
    width: 100%;
    background: #222222;
    height: 36px;
    line-height: 36px;
    /* position: fixed; */
    bottom: 0;
}

.footer span {
    margin-left: 50px;
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
}

.footer span.tip {
    color: #FF3300;
    font-weight: bold;
}

.footer span a {
    color: #FFFFFF;
    font-weight: bold;
}


.pager a {
    display: inline-block;
    padding: 0 8px;
    border: 1px solid #ccc;
    margin: 0 5px;
}

.pager span {
    display: inline-block;
    padding: 0 8px;
    margin: 0 5px;
    font-weight: bold;
}

.pager a:hover {
    background: #ddd;
}

form ul li {
    line-height: 20px;
    padding: 0;
    font-family: 新宋体, Microsoft YaHei, arial, sans-serif, Tahoma, Verdana;
    font-size: 12px;
    color: #444444;
}

form ul li label {
    display: inline-block;
    width: 120px;
    font-family: 新宋体, Microsoft YaHei, arial, sans-serif, Tahoma, Verdana;
    font-size: 12px;
    color: #444444;
}

form ul li .txt {
    line-height: 20px;
    height: 20px;
    font-family: 新宋体, Microsoft YaHei, arial, sans-serif, Tahoma, Verdana;
    font-size: 12px;
    color: #444444;
}
.table table tr td.tr{text-align:right;}
.table table tr td{background:rgb(238,238,238);}
.table table tr.even td{background:rgb(229,227,227);}
.table table tr:hover td{background:rgb(165,195,224);}
.table table tr:selected td{background:rgb(89,142,222);}

form.frForm ul li label {
    text-align: right;
    font-family: 新宋体, Microsoft YaHei, arial, sans-serif, Tahoma, Verdana;
    font-size: 12px;
    color: #444444;
}

section span {
    width: 120px;
    text-align: left;
    font-family: 新宋体, Microsoft YaHei, arial, sans-serif, Tahoma, Verdana;
    font-size: 12px;
    color: #444444;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    display: inline-block;
}

.dialog {
    background: rgba(204, 204, 204, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CCCCCC, endColorstr=#33CCCCCC);
    padding: 5px;
    display: none;
    position: absolute;
    top: 0;
}

.dialog .dialogContainer {
    position: relative;
    border: 1px solid #ccc;
    font-size: 14px;
    background: #fff;
}

.dialog .dialogContainer h3 {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
}

.dialog .dialogContainer h3 a {
    float: right;
    font-weight: normal;
    border: 1px solid #ccc;
    font-family: "arial";
    color: #999;
    padding: 0px 3px;
    display: block;
    font-size: 12px;
    margin-top: 2px;
}

.dialog .dialogContainer h3 a:hover {
    text-decoration: none;
    color: #000;
}

.dialog .dialogBody {}

.dialog .p5 {
    padding: 5px;
}

.dialog .dialogBottom {
    border-top: 1px solid #ccc;
    padding: 5px;
    text-align: right;
}

.dialog .dialogBottom .submit,
.dialog .dialogBottom .btn {
    background: #EAEAEA;
    border-color: #DEDEDE #D6D6D6 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 7px 14px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.dialog .dialogBottom .submit:hover,
.dialog .dialogBottom .btn:hover {
    text-decoration: none;
}

.dialog .dialogBottom .submit {
    background: #317EE7;
    border-color: #1454AB;
    color: #FFFFFF;
}

.dialog .form .label {
    width: 80px;
}

.links a {
    color: #0052A5;
}

.col-sm-4 {
    padding-right: 0;
    width: 32%;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.sr-only {
    height: 2px;
}

.navbar-default .navbar-toggle {
    border-color: #9f7a33 !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px !important;
    height: 2px !important;
    overflow: hidden;
    border-radius: 1px;
    margin-top: 4px;
    background-color: #9f7a33 !important;
}

navbar-default .navbar-toggle .icon-bar {
    background-color: #9f7a33 !important;
    display: block;
    overflow: hidden;
    width: 22px;
    height: 2px !important;
    border-radius: 1px;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    font-family: 新宋体, Microsoft YaHei, arial, sans-serif, Tahoma, Verdana;
    font-size: 12px;
    color: #444444;
    padding: 2px 4px;
    background-color: #f0f0f0;
    border: 1px solid gray;
}

.dropdown-menu {
    z-index: 2000;
}

/* AspNetPager Style */
.pages {
    color: #999;
}

.pages a,
.pages .cpb {
    text-decoration: none;
    float: left;
    padding: 0 5px;
    border: 1px solid #ddd;
    background: #ffff;
    margin: 0 2px;
    font-size: 11px;
    color: #000;
}

.pages a:hover {
    background-color: #E61636;
    color: #fff;
    border: 1px solid #E61636;
    text-decoration: none;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .logo img {
        width: 140px;
        height: 50px;
        display: block;
        z-index: 1000;
        zoom: 1;
        position: absolute;
        left: 0;
        top: 0;

    }

    .container {
        padding: 10px 10px;
        margin-bottom: 50px;
        padding-top: 54px;
        zoom: 1;
    }

    ul.menu {
        width: 600px;
    }

    .nav {
        margin-top: 0px;
        height: 34px;
    }

    .navbar-collapse {
        /*background-color: #9f7a33;*/
    }

    .nav li {
        background: none;
        margin-right: 0;
        width: auto;
    }

    .nav li a {
        padding: 5px;

    }

    .navbar-toggle {
        position: absolute;
        top: 8px;
        right: 15px;
        margin: auto;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    fieldset {
        width: 95%;
        /*min-width:260px;*/
        margin-top: 20px;
    }

    .col-sm-4 {
        width: 100%;

    }

    #subNav {
        background: #9f7a33;
        margin-left: 0px !important;
        margin-right: 0px !important;
        height: auto !important;
    }

    .subnav ul {
        width: 800px;
    }

    .subnav li {
        float: left;
        display: inline;
    }

    .table table tr th,
    .table table tr td {
        padding: 2px 5px;
        font-size: 10px;
        border: 1px solid #cccccc;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .nav li {
        margin-right: 0 !important;
    }

    .logo img {
        width: 260px;
    }

    .col-sm-4 {
        width: 31%;
        padding-right: 0;
    }
}