/*body{
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-size:13px;
    padding: 0;
    margin: 0;
    font-family:MicroSoft YaHei, Arial, simsun;
    color: #333;
    background:#E3EEF8;
} */
a:link,
a:hover,
a:visited,
a:visited {
  text-decoration: none;
}

/*大背景图*/
.backgroundImage {
  width: 100%;
  height: 100%;
  position: absolute;
  background-attachment: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.backgroundImage img {
  width: 100%;
  height: 100%;
}

/*header头部*/
.sys_header {
  font-size: 14px;
  padding: 0;
  height: 67px;
}



.header_right {
  float: right;
  font-size: 13px;
}

.header_right ul {
  padding: 0;
  margin: 0;
}

.header_right li {
  float: left;
  line-height: 30px;
}

.header_right li a {
  padding: 0px 5px;
}

.header_right li a:link,
.header_right li a:active,
.header_right li a:visited {
  text-decoration: none;
}

.header_right li a:hover {
  display: block;

  color: #ffffff !important;
}



/*左边侧栏（二级菜单）*/
.leftsideBar {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: none !important;
}





.menu_con {
  position: relative;
}




/*二级菜单hover*/





/*三级菜单样式*/
.third_menu {
  position: absolute;
  top: 0;
  left: 212px;
  z-index: 50;
  background: #afd3ef;
  padding: 0 4px;
  display: none;
  border-right: 1px solid #5397D1;


}

.third_menu li {
  text-align: left;
  width: 212px;
  padding: 0;
  background: #afd3ef;
  height: auto;
  border-bottom: 1px dashed #0b4577;

}

.third_menu li a {
  color: #0273D3;
}

/*三级菜单（无四级菜单）*/
.third_menu_without {
  position: absolute;
  top: 38px;
  left: 212px;
  background: #afd3ef;
  padding: 0 4px;
  display: none;
  border-right: 1px solid #5397D1;
  /* border: 1px solid red;*/
}

.third_menu_without li {
  text-align: left;
  width: 212px;
  padding: 0;
  background: #afd3ef;
  height: auto;
  border-bottom: 1px dashed #0b4577;
}

.third_menu .four_menu li {
  border-bottom: none
}

.third_menu li a {
  color: #0273D3 !important;
}

.third_menu .four_menu li a {
  color: #093A64 !important;
}

/*最后一个去除border-top*/
/*.third_menu li:first-of-type{*/
/*border: none;*/
/*}*/
/*.third_menu-without li:first-of-type{*/
/*border: none;*/
/*}*/
/*!*ie8兼容方法*!*/
/*.third_menu li:first-child{*/
/*border: none;*/
/*}*/
/*.third_menu-without li:first-child{*/
/*border: none;*/
/*}*/
.third_menu_without li a {
  color: #093a64;
}

/*三级菜单hover*/
.second_list ul li a:hover {
  color: #0273d3
}

/*三级菜单hover*/
/*四级菜单（有更多选项）*/
.four_menu {
  padding: 0 3px;
}

.four_menu li {
  border: none;
  float: left;
  width: auto;
  min-width: 50%;
}

.four_menu li a {
  color: #093a64;
}



/*右边主体main*/
.main {
  height: 100%;
  position: absolute;
  width: auto;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.rightContent {
  /* height:100%; */
  flex: 1;
}




/*常用菜单*/
.moreText {
  font-size: 12px;
  margin-left: 15px;
  position: relative;
  top: 7px;
  cursor: pointer;
  width: 40px;
  height: 25px;
  line-height: 25px;
  float: left;
  text-align: center;
  background: #3291e2;
  color: #9ac6ea;

}

.moreText a {
  color: #9ac6ea
}

/*moreTexe hover*/
.moreText:hover ul {
  display: block;
}

.moreText:hover a {
  color: #fff;
}

.moreText ul {
  position: absolute;
  top: 25px;
  width: 120px;
  z-index: 99;
  display: none;
}

.moreText ul li {
  box-sizing: border-box;
  width: 100%;
  line-height: 32px;
  color: #ffffff;
  height: 32px;
  background: #52a0e1;
  text-align: left;
  padding: 0 8px;
}

.moreText ul li a {
  color: #fff !important;

}

.moreText li:hover {
  display: block;
  background: url(img/bg_moreMenu.png) left no-repeat #64b1f1;
}

.menuMore li a:link,
.menuMore li a:hover,
.menuMore li a:visited,
.menuMore li a:active {
  text-decoration: none;
  color: #ffffff;
}

.del_right {
  position: relative;
  right: -92px;
  top: -32px;
}

.btn_del2 {
  width: 11px;
  height: 9px;
  background: url(img/icon_delete2.png) top no-repeat;
  vertical-align: middle;
  border: 0;
  cursor: pointer;
}

/*添加li*/
.more_btn {
  background: #95b3cd !important;
  line-height: 32px;
  text-align: center;
}

.btn_add1 {
  background: url(img/icon_add1.png) left center no-repeat;
  border: 0;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  padding: 0 0 0 15px;
  margin-right: 20px;
}

.btn_del1 {
  background: url(img/icon_del1.png) left center no-repeat;
  border: 0;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  padding: 0 0 0 16px;
}

/*右边标题*/
.containerTittle {
  background: #b4d8f8;
  width: 100%;
  height: 33px;
  line-height: 33px;
  border-bottom: #76bdf9 1px solid;
  color: #086ec5;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}



/*表格上方的按钮及高级搜索的区域*/
.btnBar {
  width: 100%;
  height: 33px;
  line-height: 33px;
  color: #086ec5;
  text-align: left;
  padding-left: 10px;
  background: #a1cbf0;
  box-sizing: border-box;

}

.btnBar a:link,
.btnBar a:hover,
.btnBar a:visited,
.btnBar a:active {

  text-decoration: none;
  padding-right: 2px;
}

.upload_fileWrap .upload_btn {
  cursor: pointer;
}

.upload_fileWrap .upload_btn.btn_2 {
  margin: 0px;
  padding: 0px 2px 1px 0;
  line-height: 20px;
  background: none;
  color: #1985e2 !important;
}

/*
.upload_btn.btn_2:hover{background:none;}
*/
.upload_btn input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn_1 a:link,
.btn_1 a:hover,
.btn_1 a:active,
.btn_1 a:visited,
.btn_2 a:link,
.btn_2 a:hover,
.btn_2 a:active,
.btn_2 a:visited {
  text-decoration: none;
  color: #fff;
}

.btnBar_left {
  float: left;
}

.btnBar_right {
  float: right;
  padding-right: 5px;
}

.input {
  width: 150px;
  height: 22px;
  line-height: 22px;
  border: 1px #87b8e2 solid;
  background: #fff;
}

.btnBar_right ul li {
  position: relative;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.btn_seach {
  width: 20px;
  height: 20px;
  background: url(img/btn_seach.png);
  vertical-align: middle;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 7px;
}

.searchContent {
  margin: 0;
  width: 100%;
  background: #f0eeee;
  z-index: 999;
  position: absolute;
  top: 33px;
  left: 0;
  display: none;
  border-bottom: 1px #87b8e2 solid;
  color: #333333;
  white-space: nowrap;
  padding: 5px 7px;
  box-sizing: border-box;
  text-align: left;
}

/*.searchContent ul li {*/
/*float: left !important;*/
/*width: 200px;*/
/*margin-bottom: 10px;*/
/*display: inline-block;*/
/*}*/
.searchContent td {
  padding: 5px 5px;
}

.searchContent a:link,
.searchContent a:hover,
.searchContent a:active,
.searchContent a:visited {
  color: #1985e2;
  text-decoration: none;
}

.searchContent input,
.searchContent select {
  margin-left: 5px;
  width: 150px;
  height: 22px;
  line-height: 22px;
  border: 1px #87b8e2 solid;
  background: #fff;
}

.search_text {
  float: left;
  width: auto;
  height: 22px;
  line-height: 22px;
  display: block;
  padding-left: 4px;
  box-sizing: border-box;
}

.btn_setUp {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(./img/btn_setUp.png) center no-repeat;
  border: none;
  vertical-align: middle;
  position: relative;
}

.btn_setUp .set-up-checkbox {
  position: absolute;
  right: 0;
  top: 32px;
}

.btn_setUp:hover {
  background: url(img/btn_setUp_s.png);
  display: block;
  width: 32px;
  height: 33px;
}

.btn_refresh2 {
  margin-right: 5px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url(img/btn_refresh2.png) center no-repeat;
  border: none;
  vertical-align: middle;
}

.searchContent_btn {
  width: 100%;
  text-align: center;
}

.searchContent_btn a {
  color: #1985e2;
  padding: 5px 5px;
}

/*多选按钮*/

.checkbox_ul {
  position: absolute;
  right: -1px;
  top: 33px;
  display: none;
  width: auto;
  z-index: 99;
  background: #f0eeee;
  border-left: 1px #98c4ea solid;
  border-right: 1px #98c4ea solid;
  border-bottom: 1px #98c4ea solid;
}

.checkbox_ul li {
  width: 100px;
  margin: 0 2px;
  color: #333;
}

/*datatable操作*/

.divframeset {
  width: 100%;
  height: 100%;
  position: relative;
}

/*main下半部左右部分*/
.treeframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 22.2% !important;
}

.datatableframe {
  position: absolute;
  right: 0;
  top: 0;
  width: 77.8% !important;
  height: 100%;
}

/*datatable操作*/
.btn_operation {
  width: 18px;
  height: 18px;
  background: url(img/btn_operation.png);
  vertical-align: middle;
  cursor: pointer;
  border: 0;
}

.nav {
  position: relative;
  padding: 0;
  margin: 0;
}

.nav li ul {
  padding: 0;
  margin: 0;
  height: auto;
  background: #f0eeee !important;
  border: 1px #f5944c solid;
  position: absolute;
  text-align: left;
  display: none;
  z-index: 99 !important;
  top: 0;
  left: 16px;
  top: -1px;
}

.nav li ul li {
  line-height: 26px
}

/*.nav li:hover ul{display:block}*/
.nav_table tbody tr td {
  background: #f0eeee !important;
}

/*
.nav li:hover ul {
    display: block;
}
*/
/*.nav li:first-child:hover ul{
    
    
    display: block;
}*/

tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  font-size: 12px
}

tfoot {
  display: none;
}

.cz_box {
  position: relative;
}

.cz_box ul {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  display: block;
}

.nav span {
  padding: 1px 20px;
  white-space: nowrap;
  line-height: 23px;
  color: #333;
}


.searchBtn {
  height: 21px;
  box-sizing: border-box;
  width: 150px;
}

/*页码*/
.page_num_btn {
  float: left;
  background: #ffffff !important;
  margin-right: -0.3em !important;
  border-left: #5892C3 1px solid !important;
  ;
  border-top: #5892C3 1px solid !important;
  ;
  border-bottom: #5892C3 1px solid !important;
}

/*树型图*/
.treebox {
  overflow-y: auto;
  overflow-x: hidden;
}

#treeboxbox_tree {
  border: none
}




.containerTableStyle::-webkit-scrollbar {
  width: 16px;
  height: 14px;
  padding: 0 1px;

}


.containerTableStyle {
  border: none;
  border-right: 1px solid #fff !impottant;
}

/*表格翻页*/
.page {
  width: 100%;
  background: #aed4f4;
  height: 26px;
  padding-top: 5px;
  padding-bottom: 1px;
}

.page_left {
  float: left;
  padding-left: 10px;
}

.page_left select {
  margin-right: 5px;
}

.page_right {
  float: right;
}

.page_right ul {
  padding: 0;
  margin: 0;
  padding-right: 10px;
}

.page_right li {
  padding: 2px 5px;
  list-style: none;
  float: left;
  background: #fff;
  border-top: 1px #5892c3 solid;
  border-right: 1px #5892c3 solid;
  border-bottom: 1px #5892c3 solid;
  color: #888;
}

.page_right li a:link,
.page_right li a:hover,
.page_right li a:active,
.page_right li a:visited {
  color: #333;
  text-decoration: none;
}

/*内页表单*/



.form th {
  border-right: 2px #61aef0 solid;
  border-bottom: 1px #bdd3e7 solid;
  text-align: right;
  padding-right: 10px;
  padding-left: 3px;
  font-weight: normal;
}

.form td {
  padding: 5px 10px;
}

.form tr>.border-public {
  border-bottom: 1px #61aef0 solid;
}

.formList {
  width: 96%;
  margin: 0 auto;
}

.formList ul {
  padding: 0;
  margin: 0;
}

.formList li {
  list-style: none;
  padding-left: 10px;
  text-align: left;
  height: 32px;
  line-height: 32px;
  background: url(img/icon_dot.png) left no-repeat;
  vertical-align: middle;
  margin: 0 5px;
}

.formList li a:link,
.formList li a:hover,
.formList li a:active,
.formList li a:visited {
  color: #333;
  text-decoration: none;
}




/*移动应用页面*/
.mobile_oa_box {
  border: 1px solid #4491D2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.mobile_oa_box_title {
  background: #B3D2EB;
  border-bottom: 1px solid #4491D2;
  color: #093A64;
  font-weight: bold;
  padding: 0px 15px;
  margin-bottom: 15px;
}

.mobile_oa_box:after {
  display: block;
  content: "";
  clear: both;
}

.mobile_oa_box .text_tips {
  width: 45%;
  float: left;
  padding: 0px 15px
}

.mobile_oa_box .mobile_oa_photo {
  float: right;
  width: 45%;
}

.mobile {
  width: 100%;
  margin: 0 10px;
  line-height: 28px;
}

.mobileTit {
  background: url(img/icon_mobile.png) left no-repeat;
  padding-left: 20px;
  color: #086ec5;
  line-height: 32px;
  border-bottom: 1px #086ec5 dashed;
  margin: 10px 0 5px 0;
}

.mobile_oa_photo_box {
  width: 50%;
  height: 100%;
  float: left;
}

.mobile_oa_photo_box:after {
  display: block;
  content: "";
  clear: both;
}

.mobile_oa_photo_box img {
  display: block;
  width: 129px;
  height: 129px;
  margin: 0 auto;
}

.mobile_oa_photo_box .code_title_an {
  width: 100%;
  height: 29px;
  background: url("img/tit_android.png") no-repeat center center;

}

.mobile_oa_photo_box .code_title_ios {
  width: 100%;
  height: 29px;
  background: url("img/tit_ios.png") no-repeat center center;

}

.mobile_oa_photo_box_pr {
  position: relative;

}

.mobile_oa_photo_box_pr:after {
  position: absolute;
  display: block;
  content: "";
  height: 53px;
  width: 39px;
  background: url("img/icon_arrow.png") no-repeat;
  top: 35%;
  left: -25%;

}

.mobile_oa_photo_box .code_title_wx {
  width: 100%;
  height: 29px;
  background: url("img/tit_wx.png") no-repeat center center;

}

.app_mobile .app_box_left {
  float: left;
  width: 45%
}

.app_mobile .app_box_right {
  float: right;
  width: 45%
}

.app_mobile .mobile_oa_box .mobile_oa_photo {
  width: 100%;
}

/*登录界面*/
.signin {
  width: 555px;
  height: 195px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.signin2 {
  width: 578px;
  height: 206px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.form-signin {}

.signin_form {
  display: block;
  width: 300px;
  height: 32px;
  padding: 6px 12px 6px 0px;
  font-size: 14px;
  line-height: 32px;
  color: #555;
  float: left;
  border: none;
  background: transparent;
}

.signin_form:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.signin_form::-moz-placeholder {
  color: #666;
  opacity: 1
}

.signin_form:-ms-input-placeholder {
  color: #666
}

.signin_form::-webkit-input-placeholder {
  color: #666
}

.signin_form::-ms-expand {
  background-color: transparent;
  border: 0
}

.signin_form[disabled],
.signin_form[readonly],
fieldset[disabled] .signin_form {
  background-color: #eee;
  opacity: 1
}

.signin_form[disabled],
fieldset[disabled] .signin_form {
  cursor: not-allowed
}

.btn_signin.active,
.btn_signin:active,
.open>.dropdown-toggle.btn_signin {
  background-image: none
}


.btn_signin.badge {
  color: #fff;
  background-color: #fff
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.login_footer {
  width: 100%;
  position: absolute;
  text-align: center;
  line-height: 30px;
  bottom: 0;
  height: 30px;
  background: #0a4d85;
  color: #ffffff;
}





.tit {
  color: #093a64;
  background: #b1d7f7;
  border-bottom: 1px #76bdf9 solid;
  width: 100%;
  height: 31px;
  line-height: 31px;
}

.titLeft {
  padding-left: 5px;
  float: left;
}

.titRight {
  padding-right: 5px;
  float: right;
}

.btn_more {
  width: 35px;
  height: 12px;
  background: url(img/btn_more.png);
  border: 0;
  cursor: pointer;
  vertical-align: middle;
}

.btn_retract {
  width: 16px;
  height: 11px;
  background: url(img/btn_retract.png);
  border: 0;
  cursor: pointer;
  vertical-align: middle;
}

.btn_refresh {
  width: 16px;
  height: 11px;
  background: url(img/btn_refresh.png);
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  ;
}

.btn_close {
  width: 16px;
  height: 11px;
  background: url(img/btn_close.png);
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  ;
}


/*个人工作台-下厂监控*/
.circle {
  width: 99%;
  margin: 5px auto;
}

.circle td {
  text-align: center;
}

.circle_bg {
  margin: 0 auto;
  padding-top: 22px;
  width: 65px;
  height: 43px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.circle_bg:hover {
  text-decoration: none;
  cursor: pointer;
}

.c_purple {
  background: url(img/bg_circle1.png) center no-repeat;
  color: #293e87;
}

.c_purple a:link,
.c_purple a:hover,
.c_purple a:visited,
.c_purple a:active {
  text-decoration: none;
  color: #293e87;
}

.c_green {
  background: url(img/bg_circle2.png) center no-repeat;
  color: #016b6c;
}

.c_green a:link,
.c_green a:hover,
.c_green a:visited,
.c_green a:active {
  text-decoration: none;
  color: #016b6c;
}

.c_gold {
  background: url(img/bg_circle3.png) center no-repeat;
  color: #6f5600;
}

.c_gold a:link,
.c_gold a:hover,
.c_gold a:visited,
.c_gold a:active {
  text-decoration: none;
  color: #6f5600;
}

.c_pink {
  background: url(img/bg_circle4.png) center no-repeat;
  color: #942323;
}

.c_pink a:link,
.c_pink a:hover,
.c_pink a:visited,
.c_pink a:active {
  text-decoration: none;
  color: #942323;
}

.circle_text {
  color: #086ec5;
  line-height: 32px;
}

/*弹出框*/
.popup {
  width: 100%;
  height: 100%;
  background: #c6daeb;
}


/*尾部版权信息*/
.footer {
  height: 30px;
  width: 100%;
  background: #75addc;
  color: #042954;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.content_wrapper {
  overflow: auto
}

/*上端搜索*/
.top_m {
  height: 26px;
  line-height: 26px;
  padding: 3px 0;
  overflow: hidden
}

/*.test-test{float:left}*/

/*测试datetable滚动条*/


.dataTables_scrollBody::-webkit-scrollbar {
  width: 16px;
  height: 14px;
  padding: 0 1px;

}



.form textarea::-webkit-scrollbar {
  width: 16px;
  height: 14px;
  padding: 0 1px;

}

.error-icon {
  display: block;
  height: 17px;
  width: 18px;
  background: url('./img/icon_error.png')no-repeat;
  margin-left: 50px;
}

#form1 {}

#btnConfirm {
  position: absolute;
  top: 140px
}

#btnConfirm2 {
  position: absolute;
  top: 166px
}

.info_error2:after {
  clear: both;
  content: '';
  display: block;
}

.error-icon {
  float: left
}

.login-box:after {
  clear: both;
  content: '';
  display: block;
}

.login-box span {
  display: block;
  width: 52px;
  height: 27px;
  float: left;
  margin-right: 2px;
  margin-top: 10px;
}

.sendCode {
  position: absolute;
  top: 5px;
  right: 0px;
  white-space: nowrap;
  line-height: 28px;
}

/*2017年8月24日 08:24:50*/
.app-box:after {
  display: block;
  content: '';
  clear: both
}


.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;

  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  /*border: 1px solid #aaaaaa{borderColorActive}*/
  ;
  /*{bgColorActive}*/
  /* url(images/ui-bg_glass_65_ffffff_1x400.png)*/
  /*{bgImgUrlActive}*/
  50%
  /*{bgActiveXPos}*/
  50%
  /*{bgActiveYPos}*/
  repeat-x
  /*{bgActiveRepeat}*/
  ;
  font-weight: normal
  /*{fwDefault}*/
  ;
  color: #212121
  /*{fcActive}*/
  ;
}

/*.data_table thead th{background:#4EB0D5;color:#fff;border-right:1px solid #fff;text-align: center;border-bottom:1px solid #fff;}*/
/*2017年8月25日 17:02:28*/
.searchDiv {
  text-align: center;
  padding: 4px 0;
}

/*2017年8月28日 10:02:43*/
.ui-tabs-panel {
  /* border-top: 1px solid rgb(118, 189, 249);*/
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  /*// margin-top: -1px*/
}

/*2017年8月29日 17:46:50*/
.print_btn {
  float: left
}

.print_headbtn_box {
  width: 100%;
  border-bottom: 1px solid #BDD3E7;

}

.print_headbtn {
  padding: 15px;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}


a>.ui-tabs-selected {
  color: #0A6FC5
}

/*2017年9月1日 11:26:00*/
/*#form1 thead tr th {background:#7FCFD0;color:#333;border:1px solid #3CA8A9}*/
.data_table thead tr th {
  background: #7FCFD0;
  color: #333;
  border: 1px solid #3CA8A9;
  text-align: center;
  padding: 0 4px;
}

.data_table tbody td {
  line-height: 26px;
  background: #e7f2fb;
  border: 1px solid #bed4e8;
  text-align: center;
}

.data_table a {
  color: #0361b1;
}

.data_table {
  width: 100%;
  center
}

#form4 thead tr th {
  background: #7FCFD0;
  color: #333;
  border: 1px solid #3CA8A9
}

#form5 thead tr th {
  background: #7FCFD0;
  color: #333;
  border: 1px solid #3CA8A9
}

#form6 thead tr th {
  background: #7FCFD0;
  color: #333;
  border: 1px solid #3CA8A9
}

#form11 thead tr th {
  background: #7FCFD0;
  color: #333;
  border: 1px solid #3CA8A9
}

#form12 thead tr th {
  background: #7FCFD0;
  color: #333;
  border: 1px solid #3CA8A9
}

#tableFlow thead tr th {
  background: #7FCFD0;
  color: #333;
  border: 1px solid #3CA8A9
}

/*2017年9月1日 13:52:41*/

/*灰色按钮*/
.icon_data {
  background: url(./img/icon_data.png) no-repeat 0px 0px;
}

.icon_finish {
  background: url(./img/icon_finish.png) no-repeat 0px 0px;
}

.icon_form {
  background: url(./img/icon_form.png) no-repeat 0px 0px;
}

.icon_upload {
  background: url(./img/upload.png) no-repeat 0px 0px;
}

.icon_application {
  background: url(./img/icon_application.png) no-repeat 0px 0px;
}

.icon_submit {
  background: url(./img/icon_submit.png) no-repeat 0px 0px;
}

.icon_send {
  background: url(./img/icon_send.png) no-repeat 0px 0px;
}

.icon_clock {
  background: url(./img/icon_clock.png) no-repeat 0px 0px;
}

.icon_export {
  background: url(./img/icon_export.png) no-repeat 0px 0px;
}

.icon_add2 {
  background: url(./img/icon_add2.png) no-repeat 0px 0px;
}

.icon_person {
  background: url(./img/icon_person.png) no-repeat 0px 0px;
}

.icon_case {
  background: url(./img/icon_case.png) no-repeat 0px 0px;
}

.icon_delete {
  background: url(./img/icon_delete.png) no-repeat 0px 0px;
}

.icon_write {
  background: url(./img/icon_write.png) no-repeat 0px 0px;
}

.icon_cer {
  background: url(./img/icon_cer.png) no-repeat 0px 0px;
}

.icon_disable {
  background: url(./img/icon_disable.png) no-repeat 0px 0px;
}

.icon_data {
  background: url(./img/icon_data.png) no-repeat 0px 0px;
}

.icon_supplement {
  background: url(./img/icon_supplement.png) no-repeat 0px 0px;
}

.icon_cancle {
  background: url(./img/icon_cancel.png) no-repeat 0px 0px;
}

.icon_cancel {
  background: url(./img/icon_cancel.png) no-repeat 0px 0px;
}

.icon_return {
  background: url(./img/icon_return.png) no-repeat 0px 0px;
}

.icon_pause {
  background: url(./img/icon_pause.png) no-repeat 0px 0px;
}

.icon_money {
  background: url(./img/icon_money.png) no-repeat 0px 0px;
}

.icon_relation2 {
  background: url(./img/icon_relation2.png) no-repeat 0px 0px;
}

.icon_excel {
  background: url(./img/icon_excel.png) no-repeat 0px 0px;
}

.icon_pdf {
  background: url(./img/icon_pdf.png) no-repeat 0px 0px;
}

.icon_finsh {
  background: url(./img/icon_finsh.png) no-repeat 0px 0px;
}

.icon_download {
  background: url(./img/icon_download.png) no-repeat 0px 0px;
}

.icon_disable {
  background: url(./img/icon_disable.png) no-repeat 0px 0px;
}

.icon_file {
  background: url(./img/icon_file.png) no-repeat 0px 0px;
}

.icon_confirm {
  background: url(./img/icon_confirm.png) no-repeat 0px 0px;
}

.icon_price {
  background: url(./img/icon_price.png) no-repeat 0px 0px;
}

.icon_check {
  background: url(./img/icon_check.png) no-repeat 0px 0px;
}

.icon_initialize {
  background: url(./img/icon_initialize.png) no-repeat 0px 0px;
}

.icon_manager {
  background: url(./img/icon_manager.png) no-repeat 0px 0px;
}

.icon_print {
  background: url(./img/icon_print.png) no-repeat 0px 0px;
}

.icon_setUp {
  background: url(./img/icon_setUp.png) no-repeat 0px 0px;
}

.icon_starUp {
  background: url(./img/icon_starUp.png) no-repeat 0px 0px;
}

.icon_copy {
  background: url(./img/icon_copy.png) no-repeat 0px 0px;
}

.icon_follow {
  background: url(./img/icon_follow.png) no-repeat 0px 0px;
}

.icon_validate {
  background: url(./img/icon_validate.png) no-repeat 0px 0px;
}

.icon_transfer {
  background: url(./img/icon_transfer.png) no-repeat 0px 0px;
}

.icon_photo {
  background: url(./img/icon_photo.png) no-repeat 0px 0px;
}

.icon_photoFinish {
  background: url(./img/icon_photoFinish.png) no-repeat 0px 0px;
}

.icon_screenshot {
  background: url(./img/icon_screenshot.png) no-repeat 0px 0px;
}

.icon_inconformity {
  background: url(./img/icon_inconformity.png) no-repeat 0px 0px;
}

.icon_department {
  background: url(./img/icon_department.png) no-repeat 0px 0px;
}

.icon_quit {
  background: url(./img/icon_quit.png) no-repeat 0px 0px;
}

.icon_regular {
  background: url(./img/icon_regular.png) no-repeat 0px 0px;
}

.icon_transfer2 {
  background: url(./img/icon_transfer2.png) no-repeat 0px 0px;
}

/*红色图标*/
.horizontal_list .red_icon_data {
  background: url(./img/red_icon_data.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_finish {
  background: url(./img/red_icon_finish.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_form {
  background: url(./img/red_icon_form.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_upload {
  background: url(./img/red_upload.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_application {
  background: url(./img/red_icon_application.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_submit {
  background: url(./img/red_icon_submit.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_send {
  background: url(./img/red_icon_send.png) no-repeat 0px 0px;
  text-indent: 20px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_clock {
  background: url(./img/red_icon_clock.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_export {
  background: url(./img/red_icon_export.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_add2 {
  background: url(./img/red_icon_add2.png) no-repeat 0px 0px;
  text-indent: 20px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_person {
  background: url(./img/red_icon_person.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_case {
  background: url(./img/red_icon_case.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_delete {
  background: url(./img/red_icon_delete.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_write {
  background: url(./img/red_icon_write.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_cer {
  background: url(./img/red_icon_cer.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_disable {
  background: url(./img/red_icon_disable.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_data {
  background: url(./img/red_icon_data.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_supplement {
  background: url(./img/red_icon_supplement.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_cancle {
  background: url(./img/red_icon_cancel.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_cancel {
  background: url(./img/red_icon_cancel.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_return {
  background: url(./img/red_icon_return.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_pause {
  background: url(./img/red_icon_pause.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_money {
  background: url(./img/red_icon_money.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_relation2 {
  background: url(./img/red_icon_relation2.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_excel {
  background: url(./img/red_icon_excel.png) no-repeat 0px 0px;
  text-indent: 20px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_pdf {
  background: url(./img/red_icon_pdf.png) no-repeat 0px 0px;
  text-indent: 20px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_finsh {
  background: url(./img/red_icon_finsh.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_download {
  background: url(./img/red_icon_download.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_disable {
  background: url(./img/red_icon_disable.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_file {
  background: url(./img/red_icon_file.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_confirm {
  background: url(./img/red_icon_confirm.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_price {
  background: url(./img/red_icon_price.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_check {
  background: url(./img/red_icon_check.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_initialize {
  background: url(./img/red_icon_initialize.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_setUp {
  background: url(./img/red_icon_setUp.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_manager {
  background: url(./img/red_icon_manager.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_starUp {
  background: url(./img/red_icon_starUp.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_print {
  background: url(./img/red_icon_print.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_follow {
  background: url(./img/red_icon_follow.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_transfer {
  background: url(./img/red_icon_transfer.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_validate {
  background: url(./img/red_icon_validate.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_copy {
  background: url(./img/red_icon_copy.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_money {
  background: url(./img/red_icon_copy.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_photo {
  background: url(./img/red_icon_photo.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_photoFinish {
  background: url(./img/red_icon_photoFinish.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_screenshot {
  background: url(./img/red_icon_screenshot.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .red_icon_inconformity {
  background: url(./img/red_icon_inconformity.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

/*主色图标hover事件*/
.horizontal_list .icon_data:hover {
  background: url(/Content/themes/public/website/img/org_icon_data.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_finish:hover {
  background: url(/Content/themes/public/website/img/org_icon_finish.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_form:hover {
  background: url(/Content/themes/public/website/img/org_icon_form.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_upload:hover {
  background: url(/Content/themes/public/website/img/org_upload.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_application:hover {
  background: url(/Content/themes/public/website/img/org_icon_application.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_submit:hover {
  background: url(/Content/themes/public/website/img/org_icon_submit.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_send:hover {
  background: url(/Content/themes/public/website/img/org_icon_send.png) no-repeat 0px 0px;
  text-indent: 20px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_clock:hover {
  background: url(/Content/themes/public/website/img/org_icon_clock.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_export:hover {
  background: url(/Content/themes/public/website/img/org_icon_export.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_add2:hover {
  background: url(/Content/themes/public/website/img/org_icon_add2.png) no-repeat 0px 0px;
  text-indent: 20px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_person:hover {
  background: url(/Content/themes/public/website/img/org_icon_person.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_case:hover {
  background: url(/Content/themes/public/website/img/org_icon_case.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_delete:hover {
  background: url(/Content/themes/public/website/img/org_icon_delete.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_write:hover {
  background: url(/Content/themes/public/website/img/org_icon_write.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_cer:hover {
  background: url(/Content/themes/public/website/img/org_icon_cer.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_disable:hover {
  background: url(/Content/themes/public/website/img/org_icon_disable.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_data:hover {
  background: url(/Content/themes/public/website/img/org_icon_data.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_supplement:hover {
  background: url(/Content/themes/public/website/img/org_icon_supplement.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_cancle:hover {
  background: url(/Content/themes/public/website/img/org_icon_cancel.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_cancel:hover {
  background: url(/Content/themes/public/website/img/org_icon_cancel.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_return:hover {
  background: url(/Content/themes/public/website/img/org_icon_return.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_pause:hover {
  background: url(/Content/themes/public/website/img/org_icon_pause.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_money:hover {
  background: url(/Content/themes/public/website/img/org_icon_money.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_relation2:hover {
  background: url(/Content/themes/public/website/img/org_icon_relation2.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_excel:hover {
  background: url(/Content/themes/public/website/img/org_icon_excel.png) no-repeat 0px 0px;
  text-indent: 20px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_pdf:hover {
  background: url(/Content/themes/public/website/img/org_icon_pdf.png) no-repeat 0px 0px;
  text-indent: 20px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_finsh:hover {
  background: url(/Content/themes/public/website/img/org_icon_finsh.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_download:hover {
  background: url(/Content/themes/public/website/img/org_icon_download.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_disable:hover {
  background: url(/Content/themes/public/website/img/org_icon_disable.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_file:hover {
  background: url(/Content/themes/public/website/img/org_icon_file.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_confirm:hover {
  background: url(/Content/themes/public/website/img/org_icon_confirm.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_price:hover {
  background: url(/Content/themes/public/website/img/org_icon_price.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_check:hover {
  background: url(/Content/themes/public/website/img/org_icon_check.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_initialize:hover {
  background: url(/Content/themes/public/website/img/org_icon_initialize.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_setUp:hover {
  background: url(/Content/themes/public/website/img/org_icon_setUp.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_manager:hover {
  background: url(/Content/themes/public/website/img/org_icon_manager.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_starUp:hover {
  background: url(/Content/themes/public/website/img/org_icon_starUp.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_print:hover {
  background: url(/Content/themes/public/website/img/org_icon_print.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_follow:hover {
  background: url(/Content/themes/public/website/img/org_icon_follow.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_transfer:hover {
  background: url(/Content/themes/public/website/img/org_icon_transfer.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_validate:hover {
  background: url(/Content/themes/public/website/img/org_icon_validate.png) no-repeat 0px 0px;
  text-indent: 19px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_copy:hover {
  background: url(/Content/themes/public/website/img/org_icon_copy.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_photo:hover {
  background: url(/Content/themes/public/website/img/org_icon_photo.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_photoFinish:hover {
  background: url(/Content/themes/public/website/img/org_icon_photoFinish.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_screenshot:hover {
  background: url(/Content/themes/public/website/img/org_icon_screenshot.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_inconformity:hover {
  background: url(/Content/themes/public/website/img/org_icon_inconformity.png) no-repeat 0px 0px;
  text-indent: 19px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_department:hover {
  background: url(/Content/themes/public/website/img/orange_icon_department.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_quit:hover {
  background: url(/Content/themes/public/website/img/orange_icon_quit.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_regular:hover {
  background: url(/Content/themes/public/website/img/orange_icon_regular.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}

.horizontal_list .icon_transfer2:hover {
  background: url(/Content/themes/public/website/img/orange_icon_transfer2.png) no-repeat 0px 0px;
  text-indent: 17px;
  display: inline-block;
  white-space: nowrap;
}


.icon_vip {
  background: url(./img/icon_vip.gif) no-repeat 0px 1px;
  text-indent: 30px;
  display: inline-block;
  white-space: nowrap;
}

/*2017年9月5日 17:18:42
.horizontal_menu
{
    display:flex;
}*/
.horizontal_menu:after {
  display: block;
  content: '';
  clear: both;
}

.horizontal_list {
  margin-right: 7px;
  box-sizing: border-box;
  -moz-box-sizing: content-box;
  height: 16px;
  float: left;
}

.operation_list a {
  color: #666 !important
}

.operation_list a:hover {
  background: #fdd9bc
}

  {}

#tableFlowStep_wrapper .dataTables_scroll thead th {
  background: #98DCDA;
  color: #046663;
  font-weight: normal;
  border: 1px solid #BFF4F2;
}

#tableFlowStep_wrapper .dataTables_scroll tbody tr td {
  background: #ccf0f5;

}

#tableFlowStep_wrapper .dataTables_scroll tbody tr {
  border-bottom: 1px solid #C8E1E5;

}

/*2017年9月4日 16:28:47*/
#HistoryList .dataTable thead th {
  background: #98DCDA;
  color: #046663;
  font-weight: normal;
  border: 1px solid #BFF4F2;
}

#HistoryList .dataTable tbody tr {
  background: #ccf0f5;
  border: 1px solid #C8E1E5;
}

#HistoryList .dataTable tbody tr td {
  background: #ccf0f5;


}

#bodyFlow tr {
  line-height: 26px;
  background: #ccf0f5;
  border: 1px solid #C8E1E5;
}


.rightContent .TitleInfos,
.rightContent .TitleInfos2 {
  float: none !important;
}

.TitleInfos2 {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #499de4;
  color: #fff;
}

.msg {
  font-family: 黑体;
  font-size: 14px;
  color: #F5F364;
  margin-left: 10px;
}

.details {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.details .subTable thead th {
  background: #DAE9F5;
  color: #02602f;
  border: 1px solid #bdd3e7 !important;
  border-top: none;
}

.details .subTable tbody td {
  background: #F1F7FC !important;
}

/*操作按钮*/
.float_box {
  float: left;
  max-width: 112px;
}

.float_box a {
  display: block
}

/* 2017年9月6日 15:56:58*/
.formList a {
  color: #0361b1 !important
}

.float_box a:hover {
  background: #fdd9bc
}

.btn_2,
.btn_1 {
  display: inline-block;
  margin-left: 3px;
}

#ReferFee,
.favorDiscountSpan,
#companyDiscount,
.otherFeeSpan,
.certificationFeeSpan,
.reportFeeSpan,
#ServiceFee,
.quotesFeeSpan,
.serviceFeeSpan {
  color: #086EC5;
}

#ReportSupporter {
  line-height: 26px;
  background: #ccf0f5;
  border: 1px solid #C8E1E5
}

#orgReport thead tr th {
  background: #7FCFD0;
  color: #333;
  border: 1px solid #3CA8A9;
}

/*#form1 tbody td{line-height: 26px;background: #ccf0f5;border: 1px solid #C8E1E5}*/
#orgReport {
  width: 99%;
  margin: 0 auto;
  line-height: 26px;
  background: #ccf0f5;
  border: 1px solid #C8E1E5
}

#ReportSale {
  width: 99%;
  margin: 0 auto
}

#form4 tbody td {
  line-height: 26px;
  background: #ccf0f5;
  border: 1px solid #C8E1E5
}

#ReportEngi {
  width: 99%;
  margin: 0 auto
}

#form5 tbody td {
  line-height: 26px;
  background: #ccf0f5;
  border: 1px solid #C8E1E5
}

#form5 a {
  color: #1985e2;
}

#ReportLeader {
  width: 99%;
  margin: 0 auto
}

#form5 #table {
  width: 99%;
  margin: 0 auto
}

#form6 tbody td {
  line-height: 26px;
  background: #ccf0f5;
  border: 1px solid #C8E1E5
}

#reportSupporterContent {
  width: 99%;
  margin: 0 auto
}

#form11 tbody td {
  line-height: 26px;
  background: #ccf0f5;
  border: 1px solid #C8E1E5
}

#ReportStarter {
  width: 99%;
  margin: 0 auto
}

.formList a:hover {
  color: #fd5502 !important;
}

#formProject span {
  line-height: 26px;
  font-size: 12px;
}

#formProject span input {
  margin: 0 8px;
}

#formProject span label {
  font-size: 12px !important
}

.hideTable {
  cursor: pointer;
  color: #fff;
  float: right;
  padding-right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url('./img/btn_up2.png') no-repeat 25px 10px;
}

.TitleInfos:after {
  display: block;
  content: '';
  clear: both;
}

#formFlow {
  padding: 05px
}

.samplebox {
  line-height: 32px;
  position: relative;
  height: auto;
}

.samplebox-span {
  color: #0361b1;
  position: absolute;
  background: url(./img/sort_desc.png) no-repeat left 4px;
  right: 0;
  top: 0px;
  cursor: pointer;
  padding-left: 15px
}

.smaplebox-btn {
  position: relative;
}

.smaplebox-btn-box {
  position: absolute;
  background: #c6e9f7;
  left: 0px;
  padding: 5px;
  top: 23px;
  z-index: 55555;
  display: none;
  border: 1px solid #3eb3d5;
}

.smaplebox-btn-box ul {
  width: 498px;
  z-index: 55555
}

.smaplebox-btn-box ul:after {
  display: block;
  content: '';
  clear: both;
}

.smaplebox-btn-box ul li {
  float: left;
}

.input_file2 {
  background-color: #fff
}

.morebtn_div_close {
  display: block;
  background: url(./img/btn_close3.png);
  width: 11px;
  height: 9px;
  float: right;
  position: relative;
  top: -60px;
  right: 0px
}

.form_table th {
  font-weight: bold;
}

.ui-autocomplete {
  background-color: #fff;
  max-width: 500px;
  width: auto;
  border: 1px #76bdf9 solid;
  white-space: nowrap;
  max-height: 500px;
  overflow: auto;
  z-index: 20;
}

.ui-menu-item {
  display: block;
  margin: 5px 0;
}

.ui-menu-item a {
  color: #0361b1;
  padding: 5px;
}

.ui-menu-item a:hover {
  color: #fd5502;
  padding: 5px;
}

/*主页 start*/
html,
body {
  width: 100%;
  height: 100%;
}

.home_page {
  width: 100%;
  height: 100%;
}

.home_wrap {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

/*背景图start*/
.backgroundImage {
  width: 100%;
  height: 100%;
  position: absolute;
  background-attachment: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.backgroundImage img {
  width: 100%;
  height: 100%;
}

/*背景图end*/
/*顶部logo展示 start*/
.header {
  font-size: 14px;
  padding: 0;
  height: 67px;
}

.header_right {
  float: right;
  font-size: 13px;
}

.header_right li {
  float: left;

  line-height: 30px;
}

.btn_notice {
  margin-top: 3px;
  width: 41px;
  height: 23px;
  background: url(img/btn_notice2.png);
  border: none;
  outline: none;
  cursor: pointer;

}

.btn_notice2 {
  margin-top: 3px;
  width: 32px;
  height: 28px;
  background: url(img/btn_notice.png) no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: -2px;
  /* background: transparent; */

}

.header_right li a:link,
.header_right li a:active,
.header_right li a:visited {

  text-decoration: none;
}

.header_right li a {
  padding: 0px 5px;
}

/*顶部logo展示 end*/


/*主页中间部分 start*/
.home_content {
  box-sizing: border-box;
  position: relative;
}

.home_content .home_left_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 212px;
  height: 100%;
  background-color: #0b4577;
  z-index: 10;
  display: block;
}

.home_content .home_right_wrap {
  height: 100%;
  position: absolute;
  width: auto;
  padding: 0;
  left: 212px;
  top: 0;
  right: 0;
}

/*收缩按钮 start*/

.icon_left a {
  display: block;
  width: 24px;
  height: 38px;
  background: url(img/btn_toggle1.png);
}

.icon_left a.right {
  background: url(img/btn_toggle2.png);
}

/*收缩按钮 end*/

/*左边菜单结构 start*/

.third_menu_without {
  position: absolute;
  top: 38px;
  left: 210px;
  z-index: 50;
  background: #afd3ef;
  padding: 0 5px;
  display: none;
  border-right: 1px solid #5397D1;
}

.third_menu_without li {
  text-align: left;
  width: 212px;
  padding: 0;
  background: #afd3ef;
  height: auto;
  border-bottom: 1px dashed #0b4577;
}

.second_list .third_menu_without li a {
  color: #093a64;
}


.leftsideBar_menu .second_menu li a:after {
  content: "";
  display: block;
  clear: both;
}

.show_m_addarea {
  display: block !important;
  float: none;
  overflow: hidden;
  box-sizing: border-box;
}


/*左边菜单结构end*/

/*主页中间部分右边 start*/


.topNav_menu {
  position: relative;
  width: auto;
  top: 7px;
  overflow: hidden;
  height: 30px;
  float: left;
  left: 0px;
  line-height: 25px;
}

.topNav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 48px;
}

.topNav_menu li {
  float: left;
  margin-left: 12px;
  font-weight: bold;
}

#main {
  overflow: hidden !important;
}

.containerTittle {
  background: #b4d8f8;
  width: 100%;
  height: 33px;
  line-height: 33px;
  border-bottom: #76bdf9 1px solid;
  color: #086ec5;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
  position: relative;
}

.iconSign {
  background: url(img/icon_sign.png) left center no-repeat;
  padding-left: 20px;
}

/*主页中间部分右边 start*/

/*主页中间部分 end*/


/*尾部部分start*/

/*主页end*/


label.valid {
  background: url('../images/validate/checked.gif') no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}

.diff_td {
  border-bottom: none !important;
}

.diff_td a {
  color: #0361b1
}

.user_td {
  border-left: 2px #61aef0 solid;
  white-space: nowrap;
  border-bottom: 1px #61aef0 solid !important;
}

.font_blue {
  font-weight: bold;
  color: #086ec5;
  width: 110px !important;
}

.font_black {
  color: black;
  font-weight: normal;
}

.border_blue {
  border-bottom: 1px #61aef0 solid !important;
  text-align: center !important;
}

.user_td table tr td b {
  margin-left: 26%
}

.border_blue th,
.border_blue td {
  border-bottom: none !important;
}

.table_table_th {
  border-right: 2px solid #BDD3E7;
  font-weight: bold;
}

.subTable2 {
  width: 100%;
}

.subTable2 thead tr th {
  background: #DAE9F5 !important;
  color: #02602F;
  border: 1px solid #BBD2E6 !important;
}

.subTable2 tbody tr td {
  background: #F1F7FC !important;
  color: #666666;
}

.subTable2 tbody tr {
  border-bottom: 1px solid #C0D5E8
}

.subTable3 {
  width: 100%;
}

.subTable3 thead tr th {
  background: #98DCDA !important;
  color: #046663;
  border: 1px solid #BBD2E6 !important;
}

.subTable3 tbody tr td {
  background: #ccf0f5 !important;
  color: #666666;
}

.subTable3 tbody tr {
  border-bottom: 1px solid #C0D5E8
}

.open_datatable tbody tr td {
  background: #98DCDA;
}

.open_datatable tbody tr .even row_selected {
  background: #6CC7CA;
}

/*消息提醒*/
.text_notice {
  background: url(img/red_notice.png) no-repeat right top;
  display: inline-block;
  width: auto;
}

.percent_box {
  position: relative;
  width: 40px;
  height: 6px;
  border: 1px solid #fb9715;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 auto;
}

.percent_box_1 {
  position: relative;
  width: 40px;
  height: 6px;
  border: 1px solid #888888;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 auto;
}

.percent_num {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fb9715;
  height: 15px;
  width: 0px;

}

.span_doing {
  width: 40px;
  text-align: center;
  margin: 0 auto;
}

.span_yes {
  margin: 0 auto;
  display: block;
  height: 18px;
  width: 18px;
  background: url('img/icon_finish2.png') no-repeat;
}

.span_error {
  display: block;
  margin: 0 auto;
  height: 17px;
  width: 17px;
  background: url('img/icon_error.png')no-repeat;
}

.span_undo {
  display: block;
  margin: 0 auto;
  height: 18px;
  width: 18px;
  background: url('img/icon_notStarted.png') no-repeat;
}

.notification_ul .unread_icon {
  background: url(img/red_notice.png) no-repeat right top;
  display: block;
  width: 6px;
  height: 6px;
}

.notification_ul li {
  list-style-type: decimal;
  list-style: decimal;
  color: #086EC5;
  padding: 5px 15px;
  border-bottom: 1px solid #6FA3D0;
}

.notification_ul li:after {
  display: block;
  clear: both;
}

.notification_ul li span {
  float: left;
}

.notification_ul li .fr {
  float: right;
}

label.icon_tips {
  font-size: 13px;
  padding-left: 42px;
  color: #fc4700;
  background: url("./img/icon_tips.png")no-repeat 0px 1px;
}

div.colorbox {
  height: 15px;
  width: 15px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1000;
  display: inline;
  background-color: #fff
}

div.colorbox>ul {
  list-style-type: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 60px
}

div.colorbox>ul>li:hover {
  background-color: #eee
}

div.colorbox>ul>li {
  background-color: #fff;
  width: 50px;
  padding: 2px 4px 2px 4px;
  border-left: 1px solid #000;
  border-right: 1px solid #000
}

div.colorbox>ul>li:first-child {
  border-top: 1px solid #000;
}

div.colorbox>ul>li:last-child {
  border-bottom: 1px solid #000;
}

div.colorbox>ul>li.selected {
  background-color: #ddd
}

span.colorbox-item {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000000;
}

/*8行后，出现省略号，chrome可用*/
.text_ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.default_form .horizal_tr th {
  background: #8ec3ef;
  border: none;
}

table.default_form.horizal_table {
  border: 2px solid #61aef0 !important;
}

.default_form .horizal_tr th {
  text-align: center;
}

.auditor_icon {
  position: relative;
  display: block;
  background: url("/Content/themes/public/website/img/icon_certificate.png") no-repeat;
  width: 37px;
  height: 47px;
  margin: 0 auto;
}

.auditor_icon_1:after {
  content: "1";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 16px;
  font-size: 17px;
  font-weight: bold;
  color: #61aef0;
}

.auditor_icon_2:after {
  content: "2";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 16px;
  font-size: 17px;
  font-weight: bold;
  color: #61aef0;
}

.auditor_icon_3:after {
  content: "3";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 16px;
  font-size: 17px;
  font-weight: bold;
  color: #61aef0;
}

.auditor_icon_4:after {
  content: "4";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 16px;
  font-size: 17px;
  font-weight: bold;
  color: #61aef0;
}

.auditor_icon_5:after {
  content: "5";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 16px;
  font-size: 17px;
  font-weight: bold;
  color: #61aef0;

}

.auditor_icon_6:after {
  content: "6";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 16px;
  font-size: 17px;
  font-weight: bold;
  color: #61aef0;
}

.auditor_icon_7:after {
  content: "7";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 16px;
  font-size: 17px;
  font-weight: bold;
  color: #61aef0;
}

.auditor_icon_8:after {
  content: "8";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 16px;
  font-size: 17px;
  font-weight: bold;
  color: #61aef0;
}

.auditor_icon_9:after {
  content: "9";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 16px;
  font-size: 17px;
  font-weight: bold;
  color: #61aef0;
}

.auditor_icon_10:after {
  content: "10";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 16px;
  font-size: 17px;
  font-weight: bold;
  color: #61aef0;
}

.imgphoto_1 {
  position: relative;
  display: block;
  width: auto;
  padding: 8px;
}

.imgphoto_1:after {
  position: absolute;
  display: block;
  content: "";
  width: 34px;
  height: 24px;
  background: url("/Content/themes/public/website/img/icon_enlarge.png") no-repeat;
  bottom: 11px;
  left: 74px;
}

.ym-content {
  width: 100%;
  height: 100%;
}

.info_box {
  width: 100%;
  height: 100%;
  background: #e3eef8;
}

.top_compony_title {
  float: left;
  width: 20%;
  font-weight: bold;
}

.top_compony_content {
  float: left;
  width: 80%;
}

.bottom_compony_title {
  float: left;
  width: 20%;
  font-weight: bold;
}

.bottom_compony_content {
  float: left;
  width: 80%;
}

.compony_ul_list {
  padding: 4px 0px;
}

.compony_ul_list li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 2px 0px;
}

.top_compony {
  border-bottom: 1px #bdd3e7 solid;
  padding: 8px 0px;
}

.bottom_compony {

  padding: 8px 0px;
}

.compony_ul_list2 {
  background: #c8dcee;
}

.compony_ul_list2 {
  padding: 4px 0px;
}

.compony_ul_list label,
.compony_ul_list2 label {
  margin-left: 4px;
}

.showcompony {
  display: block;
  background: url("/Content/themes/public/website/img/sort_asc.png") no-repeat;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.hidecompony {
  display: block;
  background: url("/Content/themes/public/website/img/sort_desc.png") no-repeat;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.src_compony_list {
  padding-left: 15px;
}

.src_compony_list li {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 4px;
}

.newandold {
  height: 100%;
}

.newandold .fl {
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
  height: 100%;
}

.newandold .fl:first-child {
  border-right: 2px solid #61aef0;
}

.org_title,
.blue_title {
  text-align: center;
  color: #fff;
  padding: 8px 0px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.org_title {
  background: #f9844a;
}

.blue_title {
  background: #8dc6f2;
}

.org_box {
  border: 1px dashed #f9844a;
  background: #eaf5fd;
  border-radius: 10px;
  padding: 10px;

}

.blue_box {
  border-radius: 10px;
  padding: 10px;

  background: #eaf5fd;
  border: 1px dashed #8dc6f2;
}

.sp_black_text {
  font-weight: bold;
}

.default_form_1 td {
  word-break: break-all;
}

.icon_examine_1 {
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url("./img/icon_审核通过.png")no-repeat;
  position: relative;
  top: 3px;
  margin: 0 3px;

}

.icon_examine_2 {
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url("./img/icon_审核未通过.png")no-repeat;
  position: relative;
  top: 3px;
  margin: 0 3px;
}

.icon_examine_3 {
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url("./img/icon_审核中.png")no-repeat;
  position: relative;
  top: 3px;
  margin: 0 3px;

}

.icon_examine_4 {
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url("./img/icon_未提交.png")no-repeat;
  position: relative;
  top: 3px;
  margin: 0 3px;

}