/**********************css reset************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    vertical-align: middle;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit
}

legend {
    color: #000
}

a:focus {
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #cb9f4f;
}

/**********************css reset************************************************/

/**********************common css************************************************/
html, body {
    height: 100%;
    background-color: #fbf8ef;
}

body {
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;

}

.mt1 {
    margin-top: 10px !important
}

.mt2 {
    margin-top: 20px !important
}

.mt3 {
    margin-top: 30px !important
}

.mb1 {
    margin-bottom: 10px !important
}

.mb2 {
    margin-bottom: 20px !important
}

.mb3 {
    margin-bottom: 30px !important
}

.clearfix {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.ms-controller, [ms-controller] {
    display: none
}

.mass_sys_log {
    display: none;
}

.text-overflow {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.rel {
    position: relative;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.no-border {
    border: none !important;
}
.no-bottom-border {
    border-bottom: none !important;
}

.w1120 {
    width: 1120px;
    margin: 0 auto;
    padding-top: 12px;
}

.wrap {
    position: relative;
    min-height: 100%;
}

.prewrap {
    white-space: pre-wrap;
}

.page {
    padding-bottom: 80px;
}

.main-wrap {
    padding: 30px 0;
    margin: 65px auto;
    background-color: white;
    border: #e0e0e0 1px solid;
    border-radius: 5px;
    box-shadow: 0 1px 1px #ccc;
}

.action {
    margin: 30px 0;
    text-align: center;
    padding-left: 50px;
}
.action input[type=button]{
    background-color: #d5b661;
}
.action input[type=button]:hover{
    background-color: #cb9f4f;
}
.action2 {
    text-align: center;
}

.action .button {
    display: inline-block;
    width: 92px;
    height: 28px;
    line-height: 28px;
    margin: 0 30px;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
}
.action2 .button {
    display: inline-block;
    width: 92px;
    height: 28px;
    line-height: 28px;
    margin: 0 16px;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.action .btn-s1,.action2 .btn-s1 {
    background-color: #d5b661;
}

.action .btn-s2 {
    background-color: #d5b661;
}
.action .btn-s2:hover,.action .btn-s1:hover,.action2 .btn-s1:hover{
    background-color:#cb9f4f;
}
.action a,.action2 a{
    text-decoration:none;
}

/**********************common css************************************************/

/* common header start */
.header {
    height: 108px;
    width:100%;
    min-width: 1200px;
    text-align: center;
    box-shadow: 0 1px 3px #ccc;
    position: relative;
}
.header .header_bg{
    position: absolute;
    z-index: 0;
    width:100%;
    height: 108px;
    left:0;
    top:0;
}

.header img {
    vertical-align: bottom;
}

.header .w1140 {
    position: relative;
    max-width: 1140px;
    height: 100%;
    margin:0 auto;
    background: url('../../images/logo_index_100000.png') no-repeat 5px center;
}

.header a {
    color: white;
}

.header .pos-tr {
    padding-left: 27px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 101px;
}
.msg_bar {
    width:1120px;
    line-height:41px;
    background-color:#d1ab62;
    margin:0 auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color:#fff;
    text-align: left;
    font-size:12px;
    position: relative;
    margin-top: 1px;
}
.msg_bar .timebar {
    margin-left: 22px;
    padding:5px 0 5px 33px;
    background: url(../images/icon-time1.png) no-repeat scroll 0 center;
}
.msg_bar .entbar {
    margin-left: 30px;
    padding:5px 0 5px 30px;
    background: url(../images/icon-ent1.png) no-repeat scroll 0 center;
}
.header .btn-logout {
    cursor: pointer;
    background: url(../images/icon-exit1.png) no-repeat scroll 0 center;
}

/*.header_box {*/
/*min-width: 1120px;*/
/*}*/

/*.header_box .header {*/
/*height: 55px;*/
/*background: #084C8B;*/
/*}*/

/*.header_box .header .menu_item {*/
/*width: 210px;*/
/*line-height: 55px;*/
/*text-decoration: none;*/
/*border-right: 1px solid #1D63A9;*/
/*border-left: 1px solid #074580;*/

/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*}*/

/*!*.header_box .header .menu_item:hover,*!*/
/*.header_box .header .menu_item:hover,*/
/*.header_box .header .menu_item:focus {*/
/*background-color: #165AC9;*/
/*color: white;*/
/*}*/

/*.header_box .header .icon_01 {*/
/*background: url('../images/icon.png') no-repeat;*/
/*width: 23px;*/
/*height: 22px;*/
/*top: 50%;*/
/*margin-top: -11px;*/
/*left: 54px;*/
/*}*/

/*.header_box .header .icon_02 {*/
/*background: url('../images/icon.png') no-repeat 0 -21px;*/
/*width: 20px;*/
/*height: 23px;*/
/*top: 50%;*/
/*margin-top: -13px;*/
/*left: 54px;*/
/*}*/

/*.header_box .header .icon_03 {*/
/*background: url('../images/icon.png') no-repeat 0 -48px;*/
/*width: 18px;*/
/*height: 18px;*/
/*top: 50%;*/
/*margin-top: -9px;*/
/*left: 54px;*/
/*}*/

/*.header_box .header .icon_04 {*/
/*background: url('../images/icon.png') no-repeat 0 -68px;*/
/*width: 21px;*/
/*height: 16px;*/
/*top: 50%;*/
/*margin-top: -8px;*/
/*left: 54px;*/
/*}*/

/*.header_box .header2 {*/
/*height: 42px;*/
/*background: #F7F7F7;*/
/*box-shadow: 0 1px 3px #CCC;*/
/*}*/

/*.header_box .choose_state {*/
/*background: url('../images/choose_state.jpg') no-repeat center;*/
/*width: 140px;*/
/*height: 100%;*/
/*background-color: #084C8B;*/
/*color: #FFF;*/
/*}*/

/*.header_box .choose_state2 {*/
/*background: url('../images/choose_state.jpg') no-repeat center;*/
/*width: 140px;*/
/*height: 100%;*/
/*background-color: #084C8B;*/
/*color: #FFF;*/
/*background-image: url('../images/choose_state4.jpg');*/
/*background-color: #F7F7F7;*/
/*color: #7E7E7E;*/
/*}*/

/*.header_box .choose_txt {*/
/*line-height: 55px;*/
/*}*/

/*.header_box .choose_txt2 {*/
/*line-height: 42px;*/
/*}*/

/*.header_box .state_box {*/
/*width: 385px;*/
/*height: 240px;*/
/*border: 1px solid #1559C8;*/
/*background: #FFF;*/
/*z-index: 1;*/
/*right: 0;*/
/*top: 100%;*/
/*padding: 20px 28px;*/
/*display: none;*/
/*}*/

/*.header_box .state_box table {*/
/*color: #084C89;*/
/*}*/

/*.header_box .state_box td {*/
/*padding: 6px 0;*/
/*line-height: 16px;*/
/*}*/

/*.header_box .state_box a {*/
/*margin-right: 12px;*/
/*text-decoration: none;*/
/*color: #313131;*/
/*}*/

/*.header_box .state_box a:hover {*/
/*text-decoration: underline;*/
/*color: #084C89;*/
/*}*/

/*.header_box .choose_state:hover {*/
/*background-image: url('../images/choose_state2.jpg');*/
/*background-color: #165AC9;*/
/*}*/

/*.header_box .choose_state2:hover {*/
/*background-image: url('../images/choose_state3.jpg');*/
/*}*/

/*.header_box .choose_state:hover .state_box,*/
/*.header_box .choose_state2:hover .state_box {*/
/*display: block;*/
/*}*/

/*.header_box .search_box {*/
/*height: 100px;*/
/*background-color: #FBFBFB;*/
/*border-bottom: 1px solid #E0DDDD;*/
/*}*/

/*.header_box .search {*/
/*background: url('../images/logo.jpg') no-repeat left center;*/
/*width: 1120px;*/
/*height: 100%;*/
/*}*/

/*.header_box .search input {*/
/*width: 450px;*/
/*height: 33px;*/
/*line-height: 33px;*/
/*right: 41px;*/
/*top: 43px;*/
/*margin-bottom: 0;*/
/*border: 0;*/
/*outline: none;*/
/*box-shadow: none;*/
/*font-family: Arial;*/
/*color: #131313;*/
/*background: transparent;*/
/*}*/

/*.header_box .search button {*/
/*background: none;*/
/*width: 40px;*/
/*height: 35px;*/
/*border: 0;*/
/*display: block;*/
/*right: 1px;*/
/*top: 41px;*/
/*cursor: pointer;*/
/*}*/

/*.header_box .search a {*/
/*text-decoration: none;*/
/*color: #303030;*/
/*}*/

/*.header_box .search a.selected {*/
/*color: #006CD5;*/
/*}*/

/*.header_box .search .tabs {*/
/*margin-top: 19px;*/
/*width: 470px;*/
/*height: 16px;*/
/*line-height: 16px;*/
/*}*/

/*.header_box .search i {*/
/*margin: 0 10px;*/
/*color: #C9C9C9;*/
/*font-style: normal;*/
/*}*/

/*.pl50 {*/
/*padding-left: 50px;*/
/*}*/

/*.header {*/
/*height: 55px;*/
/*line-height: 55px;*/
/*background: #084C8B;*/
/*color: white;*/
/*width: 100%;*/
/*font-size: 16px;*/
/*}*/

/*.header a {*/
/*color: white;*/
/*}*/

/*.header .nav-item {*/
/*height: 100%;*/
/*padding: 0 50px;*/
/*border-right: #2061A1 1px solid;*/
/*cursor: pointer;*/
/*}*/

/*.header .nav-item:hover {*/
/*background-color: #165ac9;*/
/*}*/

/*.header .nav-item .arrow {*/
/*background: url(../images/icon-arrow-down.png) no-repeat 0 center;*/
/*width: 14px;*/
/*height: 55px;*/
/*margin-left: 5px;*/
/*}*/

/*.header .nav-item img {*/
/*margin: 0 5px 3px 0;*/
/*}*/

/*.header .choose_state {*/
/*position: relative;*/
/*width: 140px;*/
/*padding: 0;*/
/*margin-right: 0;*/
/*font-size: 14px;*/
/*background: url("../images/choose_state.jpg") center no-repeat;*/
/*}*/

/*.header .choose_state:hover {*/
/*background: #165ac9 url("../images/choose_state2.jpg") center no-repeat;*/
/*}*/

/*.header .choose_state > a {*/
/*display: block;*/
/*text-align: center;*/
/*}*/

/*.header .choose_state .state_box {*/
/*display: none;*/
/*position: absolute;*/
/*width: 323px;*/
/*right: 0;*/
/*padding: 21px 30px;*/
/*background-color: white;*/
/*border: #1559c8 1px solid;*/
/*}*/

/*.header .choose_state .state_box td {*/
/*line-height: 28px;*/
/*color: #0A4B8A;*/
/*}*/

/*.header .choose_state .state_box td a {*/
/*padding: 3px;*/
/*color: #313131;*/
/*text-align: left;*/
/*}*/

/* top title */

.top-title {
    height: 100px;
    border-bottom: #F0F0F0 1px solid;
    background-color: #FBFBFB;
}

.top-title .logo {
    padding-top: 20px;
}

.top-title .search-wrap {
    margin-top: 10px;
}

.top-title .search-wrap .types {
    padding: 10px 0;
}

.top-title .search-wrap .types a {
    display: inline-block;
    padding: 0 10px;
    line-height: 100%;
    color: #313131;
    border-right: #c9c9c9 1px solid;
}

.top-title .search-wrap .types a.on {
    color: #006cd4;
}

.top-title .search-wrap .types img {
}

.top-title .search-wrap .search {
    width: 490px;
    height: 36px;
    background: url("../images/bg-search.jpg") center no-repeat;
}

.top-title .search-wrap .search input[type=text] {
    width: 438px;
    height: 28px;
    margin: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.top-title .search-wrap .search input[type=submit] {
    width: 40px;
    height: 36px;
    margin: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.blue-title {
    margin-bottom: 20px;
    padding-left: 10px;
    line-height: 100%;
    border-left: #94510f 5px solid;
    color: #94510f;
    font-size: 16px;
}

/* common header end */

/* corp name start */
.corp-name {
    line-height: 40px;
    border-bottom: #E6E6E6 1px solid;
    color: #585858;
    font-size: 16px;
    margin-bottom: 20px;
}

.corp-name span {
    margin-right: 50px;
}

.corp-name span strong {
    color: black;
}

.navbars {
    background-color: #ab812d;
    border-radius: 5px;
    overflow: hidden;
}
.navbars .item {
    width: 192px;
    line-height: 35px;
    text-indent: 2.5em;
    color: #D5DEE3;
    background-color: #ab812d;
    border-bottom: #d1ab62 2px solid;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
.navbars div:first-child {
    border-top:none;
}
.navbars #tab1 {
    border-top:none;
}
.navbars .tab2in, .navbars .item:hover {
    background-color: #ae1c1c;
}
.navbars .tab2in::before {
    content: '';
    display: block;
    width:0;
    height: 0;
    border-left:5px solid #d5dee3;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    position: absolute;
    top:14px;
    left:20px;
}
.navbars a {
    display: block;
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
}

.navbars a:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    left: 25px;
    top: 0;
}

.right-content {
    width: 918px;
    padding: 5px 15px 0;
    background-color: white;
    margin-left: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 1px #ccc;
}

.cursorHand{
    cursor: pointer;
    cursor: hand;
}

/* common footer start */
.footer {
    position: absolute;
    width: 100%;
    height: 85px;
    bottom: 0;
    font-size: 12px;
    color: #8f8f8f;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    border-top: 1px solid #d5d5d5;
}

.footer .copyrights {
    width: 100%;
}

/* common footer end */

/* common table start */

.table-list {
    width: 100%;
    border-left: 1px solid #EDEEEE;
    border-top: 1px solid #EDEEEE;
}

.table-list thead tr {
    background-color: #eae3d8;
    color: #87550f;
    font-weight: bold;
}

.table-list tr td {
    border-right: 1px solid #EDEEEE;
    border-bottom: 1px solid #EDEEEE;
    padding: 10px;
    text-align: center;

    /*reset bootstrap wrap style*/
    white-space: normal;
}

.table-list tbody {
    background-color: #f9f9f9;
}

.table-list tbody td {
    color: #424244;
}

.table-list td a {
    color: #4988D8;
}

.table-list td a:hover {
    text-decoration: underline;
}

/* common table end */

/* form control label start */
.control-label input[type=checkbox] {
    vertical-align: top;
    margin-right: 5px;
}

/* form control label end */

.pager {
    /*padding-top: 30px;*/
    text-align: center;
    font-size: 14px;
}
.pager span {
    margin-right: 100px;
}
.pager a {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 4px;
    margin-right: 5px;
    text-align: center;
    border:#dddddd 1px solid;
}

.pager a.on,.pager a:hover {
    background-color: #d5b661;
    color: white;
}
.footer2 ,.footer3 {
    font-size: 12px;
    margin-top: -75px;
    background-color: #ffffff;
    color: #808080;
    border: 0;
    width: 100%;
    position: relative;
    z-index: 0;
    min-width: 1120px;
}
.footer_info1 {
    border-top: 1px solid #d5d5d5;
    font-family:"微软雅黑", "宋体";
    height: 75px;
    color: #8d8d8d;
    line-height: 21px;
    text-align: center;
    padding-top:7px;
}
.footer_info {
    border-top: 1px solid #d5d5d5;
    font-family:"微软雅黑", "宋体";
    height: 75px;
    color: #8d8d8d;
    line-height: 23px;
    text-align: center;
    padding-top:15px;
}