.top {
  height: 70px;
  box-sizing: border-box;
  padding: 0 30px;
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid #ededed;
}
.main-menu {
  float: left;
  position: relative;
  z-index: 23;
  width: 115px;
  height: 70px;
  margin-right: 10px;
  margin-left: -30px;
  border-right: 2px solid #f4f4f4;
}
.btn-navigation {
  display: inline-block;
  box-sizing: border-box;
  width: 115px;
  height: 70px;
  line-height: 70px;
  font-size: 15px;
  padding-left: 59px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h18v2H3V6zm0 8h18v2H3v-2zm0 8h18v2H3v-2z' fill='%230068b7'/%3E%3C/svg%3E") 18px 18px no-repeat #fff;
  color: #0068b7;
}
.main-menu:hover > #left-menu {
  display: block;
}
.main-menu:hover .btn-navigation {
  background-color: #f4f4f4;
}
.logo {
  float: left;
 /* width: 463px;*/
  height: 50px;
  margin-top: 10px;
}
.top-right {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 70px;
}
.top-right .c-nav-dropdown-btn {
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
}
.top-right .c-nav-dropdown-btn .nav-icon__item {
  height: 70px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin: 0 3px;
  transition: background-color 0.2s;
  border-radius: 4px;
}
.top-right .c-nav-dropdown-btn .nav-icon__item:hover {
  background-color: #f4f6f9;
}
.top-right .c-nav-dropdown-btn a span {
  width: 26px;
  height: 26px;
  position: relative;
  display: block;
}
.top-right .c-nav-dropdown-btn a i em {
  width: 8px;
  height: 8px;
  position: absolute;
  right: -4px;
  top: -2px;
  background: #ff5252;
  border: 1.5px solid #fff;
  border-radius: 50%;
  display: none;
}
.top-right .c-nav-dropdown-btn a i em.active {
  display: block;
}
.top-right .c-nav-dropdown-btn a i {
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.pls-nav-bubble {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 160px;
  z-index: 110;
}
.c-nav-dropdown-btn:hover > .pls-nav-bubble {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pls-nav-bubble-inner {
  position: relative;
  background: #fff;
  border: 1px solid #e8ecf1;
  box-shadow: 0 8px 24px 0 rgba(55, 99, 170, 0.1);
  border-radius: 8px;
  padding: 16px 0;
}
.pls-nav-account-name {
  display: block;
  margin-bottom: 12px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 15px;
  color: #16181a;
  line-height: 24px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pls-nav-bubble-inner ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.pls-nav-bubble-inner ul li {
  padding: 0 16px;
  line-height: 36px;
  font-size: 14px;
  color: #555;
}
.pls-nav-bubble-inner ul li a {
  display: inline;
  color: #f57c1a;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s;
}
.pls-nav-bubble-inner ul li a:hover {
  opacity: 0.8;
}
.pls-nav-bubble-inner ul li a.mima,
.pls-nav-bubble-inner ul li a.mine,
.pls-nav-bubble-inner ul li a.trans {
  display: block;
  line-height: 36px;
  padding: 0 16px 0 32px;
  margin: 0 4px;
  border-radius: 4px;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}
.pls-nav-bubble-inner ul li a.mima:hover,
.pls-nav-bubble-inner ul li a.mine:hover,
.pls-nav-bubble-inner ul li a.trans:hover {
  background-color: #f4f6f9;
  color: #0068b7;
  opacity: 1;
}
.pls-nav-bubble-inner ul li a.mima {
  background: url(../img/mima.png) no-repeat 12px center;
  background-size: 15px 15px;
}
.pls-nav-bubble-inner ul li a.mine {
  background: url(../img/mine.png) no-repeat 12px center;
  background-size: 15px 15px;
}
.pls-nav-bubble-inner ul li a.trans {
  background: url(../img/trans.png) no-repeat 12px center;
  background-size: 15px 15px;
}
.pls-nav-bubble-ft {
  margin-top: 8px;
  padding: 8px 16px 0;
  border-top: 1px solid #f0f0f0;
}
.pls-nav-bubble-btn {
  border: 0;
  background: none;
  cursor: pointer;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  color: #888;
  border-radius: 4px;
  transition: background-color 0.15s, color 0.15s;
}
.pls-nav-bubble-btn:hover {
  background-color: #fff0f0;
  color: #e74c3c;
}
.left-menu {
  position: absolute;
  width: 220px;
  top: 70px;
  height: 600px;
  left: 0;
  background-color: #f1f2f5;
  display: none;
}
.left-menu-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.left-menu-list {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 220px;
  display: block;
  color: #fff;
  text-align: center;
}
.bar-item {
  padding-top: 10px;
  position: absolute;
  display: none;
  width: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}
.bar-item.active {
  box-shadow: inset 0 0 5px 0 rgba(20, 20, 20, 0.2);
}
.bar-item::-webkit-scrollbar {
  width: 0.2em;
}
.left-bar-first {
  z-index: 18;
  height: 100%;
  display: block;
  left: 0;
  box-shadow: 0 0 15px 0 rgba(20, 20, 20, 0.2);
}
.left-menu .left-menu-list .left-bar-first .common-item {
  padding: 0 15px;
  text-overflow: inherit;
}
.bar-item span {
  display: inline-block;
}
.common-item {
  position: relative;
  padding: 0 40px 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 40px;
  color: #4f87b4;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 3px;
}
.common-item.active .left-text,
.common-item:hover .left-text {
  color: #1869bc;
}
.common-item .left-text {
  color: #666;
}
.common-item.active,
.common-item:hover {
  background-color: #eef5ff;
}
.bar-item.active {
  display: block !important;
  top: 0px;
  bottom: 0;
}
.left-bar-extend {
  left: 220px;
}
.icon-arrow-right {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background: url(../img/right-active.png) no-repeat;
}

/***bannner***/
.banner {
  min-width: 1200px;
  margin-top: 70px;
  position: relative;
  height: 160px;
  background: url("../img/banner.jpg") center top no-repeat;
  background-size: 100% 230px;
}

.app-title {
  width: 180px;
  height: 59px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding-top: 16px;
  letter-spacing: 2px;
  background: url("images/service.png") 95px 18px no-repeat;
}
.container {
  min-width: 1200px;
  margin: 0 20px;
}
@media (min-width: 1200px) {
  .container {
    width: auto;
    margin: 0 20px;
  }
}
.app-content {
  padding-left: 300px;
  box-sizing: border-box;
  position: relative;
  top: -30px;
}
.app-content .app-list {
  /* height: 145px; */
  min-width: 900px;
}

.app-list .item {
  width: 100px;
  margin-right: 45px;
  text-align: center;
  display: inline-block;
}

.app-list .item a {
  display: block;
  box-shadow: 0px 0px 0px 0px rgba(21, 61, 187, 0.4);
  color: rgba(255, 255, 255, 1);
  top: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.app-list .item a:hover {
  top: -15px !important;
}
.app-list .item .name {
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.app-list .item img {
  height: 45px;
  width: 45px;
  padding-top: 32px;
}
/**工作台***/
.common-head {
  margin-top: 15px;
  height: 50px;
  background: url("../img/head-title.png") no-repeat;
  background-size: 100% 100%;
}
.common-head .title {
  padding-left: 23px;
}
.common-head .name {
  padding-top: 2px;
  line-height: 52px;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}
.common-body {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(89, 120, 218, 0.08),
    0 -2px 12px 0 rgba(21, 61, 187, 0.08);
  overflow: hidden;
}
.option-wrap {
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.option-item {
  position: relative;
  padding-bottom: 9px;
  padding-left: 60px;
  min-height: 24px;
}
.option-item .type {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #49cecd;
  padding-left: 15px;
}
.option-item .type.status {
  color: #499fff;
}
.option-item .type:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 18px;
  top: 3px;
  left: 0;
}
.option-item .type.industry:before {
  background-color: #49cecd;
}
.option-item .type.status:before {
  background-color: #499fff;
}
.option-list {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.option-list .item {
  float: left;
  line-height: 24px;
  cursor: pointer;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 15px;
  color: #666;
}
.option-list .item.active {
  color: #ff903b;
  font-weight: 600;
}
.tag-search-btn {
	height: 35px;
	width: 100px;
	background: #499fff;
	color: #fff;
	border: 1px solid #4f87b4;
	margin-top: -90px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.search-wrap {
  /*float: right;*/
  /*padding: 15px 10px;*/
}
.search-wrap .search-box {
  width: 260px;
  height: 36px;
  border: 1px solid #dce4ec;
  padding: 2px 4px;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.search-wrap .search-box:focus-within {
  border-color: #499fff;
  box-shadow: 0 0 0 3px rgba(73, 159, 255, 0.15);
}
.search-wrap .search-box .input-text {
  padding-left: 10px;
  line-height: 32px;
  width: 220px;
  display: inline-block;
  vertical-align: top;
  height: 37px;
  border: none;
  outline: none;
  font-size: 14px;
}
.search-wrap .search-box .search-btn {
  background: url(../img/icon-search.png) no-repeat;
  background-size: 50% 50%;
  width: 32px;
  height: 32px;
  background-position: 50%;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.search-wrap .search-box .search-btn:hover {
  background-color: #f0f4f8;
}
.step-legend {
  font-size: 0;
  clear: both;
  display: flex;
  gap: 20px;
  align-items: center;
}
.step-legend .item {
  font-size: 13px;
  margin-left: 0;
  padding-left: 18px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #666;
}
.step-legend .item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d0d3e0;
}
/*background-color: #33cc00;*/
.step-legend .item.handle:before {
  background-color: #ff5252;
}
/*background-color: #499fff;*/
.step-legend .item.finish:before {
  background-color: #499fff;
}
/*background-color: #f44c4c;*/
.step-legend .item.refuse:before {
  background-color: #f44c4c;
}

.mini-grid-table td {
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid #e8eef5;
  transition: background-color 0.2s;
}
.mini-grid-table .tb-head td {
  border: 1px solid #e8eef5;
  background: #f8f9fb;
  height: auto;
  text-align: center;
  font-weight: 600;
  color: #555;
  padding: 12px;
}
.mini-grid-table tbody tr:hover td {
  background-color: #f8fafc;
}
.tags-box {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
.tags-box span {
  font-size: 12px;
  display: inline-block;
  padding: 3px 8px;
  margin: 0;
  color: #fff;
  background: #5a9fd4;
  border-radius: 4px;
  transition: all 0.2s;
}
.steps-wraper {
  margin: 10px auto;
}
.steps-box {
  width: 90px;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: -5px;
  font-size: 12px;
  color: #4f87b4;
}
.steps-box .steps-box__top {
  height: 1px;
  position: relative;
  margin-bottom: 10px;
}
/*background: #4f87b4;*/
.steps-box .steps-box__top b {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  display: block;
  background: #3399ff;
  margin-top: -5px;
  margin-left: -4px;
}
/*border-top: 1px solid #4f87b4;*/
.steps-box .steps-box__top::before,
.steps-box .steps-box__top::after {
  content: " ";
  display: inline-block;
  width: 50%;
  height: 1px;
  border-top: 1px solid #3399ff;
  position: absolute;
  top: 0;
}
.steps-box .steps-box__top::before {
  left: 0;
}
.steps-box .steps-box__top::after {
  right: 0;
}
.steps-box:first-child .steps-box__top::before {
  display: none;
}
.steps-box:nth-last-child(1) .steps-box__top::after {
  display: none;
}
.steps-box.active {
  color: #999;
}
.steps-box.active .steps-box__top::before,
.steps-box.active .steps-box__top::after {
  border-top: 1px solid #999;
}
.steps-box.active .steps-box__top b {
  background: #999;
}
/*background: #4f87b4;*/
.steps-box.red {
  color: #ff0000;
}
/*border-top: 1px solid red;*/
.steps-box.red .steps-box__top::before,
.steps-box.red .steps-box__top::after {
  border-top: 1px solid #ff0000;
}
.steps-box.red .steps-box__top b {
  background: #ff0000;
}
.banner.content-box {
  margin-top: 0;
  height: 120px;
}
.main.content-worker {
  top: -86px;
  position: relative;
}
.content-wraper {
}

/*--招标详情步骤--*/
.common-body {
  /* padding: 10px 0; */
}
.detail-steps-box {
  display: flex;
  margin: 0px auto;
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
}
.detail-steps-box li {
  width: 130px;
  height: 42px;
  /* border: 1px solid red; */
  display: flex;
  cursor: pointer;
}
.detail-steps-box li.active {
  flex: 1 !important;
}
.detail-steps-box li.active .dt-steps-content {
  display: inline-block;
}
.dt-steps-title {
  width: 130px;
  height: 42px;
  color: #fff;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  font-size: 12px;
}

.dt-steps-title i {
  display: block;
  margin: 0 auto 2px;
  width: 12px;
  height: 12px;
}
.step02,
.step03,
.step04,
.step05 {
  margin-left: -8px;
}
.step01 .dt-steps-title {
  background: url(../img/step1.png) no-repeat;
  background-size: 100% 100%;
}
.step01 i {
  background: url(../img/zb1.png) no-repeat;
  background-size: 100%;
}

.step02 .dt-steps-title {
  background: url(../img/step2.png) no-repeat;
  background-size: 100% 100%;
}

.step02 i {
  background: url(../img/zb2.png) no-repeat;
  background-size: 100%;
}
.step03 .dt-steps-title {
  background: url(../img/step2.png) no-repeat;
  background-size: 100% 100%;
}

.step03 i {
  background: url(../img/zb3.png) no-repeat;
  background-size: 100%;
}
.step04 .dt-steps-title {
  background: url(../img/step2.png) no-repeat;
  background-size: 100% 100%;
}

.step04 i {
  background: url(../img/zb4.png) no-repeat;
  background-size: 100%;
}
.step05 .dt-steps-title {
  background: url(../img/step3.png) no-repeat;
  background-size: 100% 100%;
}
.step05.active .dt-steps-title {
  background: url(../img/step2.png) no-repeat;
  background-size: 100% 100%;
}
.step05 i {
  background: url(../img/zb5.png) no-repeat;
  background-size: 100%;
}
/*-- 项目详情步骤，点击展开后，二级菜单样式 */
.dt-steps-content {
  display: none;
  /* border: 1px solid red; */
  flex: 1;
  padding: 5px 5px;
}
.dt-steps-content span.dt-steps-span__icon {
  width: 32px;
  height: 32px;
  background: url(../img/jiantou.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 5px;
}
.dt-steps-content span {
  font-size: 12px;
  color: #fff;
  display: inline-block;
}
.dt-steps-content span.dt-steps-span__title {
  padding: 5px 10px;
  /* display: block; */
  background: #499fff;
  vertical-align: top;
}
.dt-steps-content span.active {
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px #d89f37;
  background: #d89f37;
}
.dt-steps-content span.disabled {
  /* border: 1px solid #fff; */
  /* box-shadow: 0px 0px 2px #333; */
  background: #999;
  cursor: not-allowed;
}
.ulfleft,.ulnone{ margin:0px; padding:0px;}
.ulfleft li{ list-style-type:none; float:left;}
.ulnone li{ list-style-type:none;}

	
/*--分页---*/
.pagebin {
  height: auto;
  font-size: 13px;
  margin: 15px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.pagebin ul {
  border: 1px solid #e8eef5;
  float: right;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.pagebin ul li {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-right: 1px solid #e8eef5;
  width: 40px;
  color: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagebin ul li:last-child {
  border-right: none;
}
.pagebin ul li.prev,
.pagebin ul li.next {
  width: 80px;
  padding: 0 10px;
}
.pagebin ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  transition: all 0.2s;
}
.pagebin ul li a:hover,
.pagebin_hover {
  background: #f0f4f8;
  font-weight: 600;
  color: #499fff;
}



textarea:focus,
input[type="text"]:focus
 {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin  \9;
  /* IE6-9 */
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
  /*-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
}

input[type="radio"],input[type="checkbox"]{
	margin:5px 3px;
	cursor:pointer;	
	*vertical-align:middle;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  /*outline: 5px auto -webkit-focus-ring-color;*/
  outline-offset: -2px;
}
.input_text,.text-input{
   width:180px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
   -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
   -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
   -o-transition: border linear 0.2s, box-shadow linear 0.2s;
   transition: border linear 0.2s, box-shadow linear 0.2s;
   font-size:12px;

   line-height:16px;
	vertical-align:middle;
	color:#555;
	padding:6px 4px;
	border: 1px solid #ccc;
	border-radius:3px;
}


select,.select_opt{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
      -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
           transition: border linear 0.2s, box-shadow linear 0.2s;
	vertical-align:top;
	color:#555;
	padding:5px 3px;
	border: 1px solid #ccc;
	display:inline;
	*top:8px;
	overflow:hidden;
}

    .box{  border: 1px solid #c6c9cd; border-left: 1px solid #c6c9cd; margin:10px 18px; border-radius:1px; }
    .box table { width: 100%; font-size:12px;}
    .box td, .box th{ padding: 10px 8px; border: 1px solid #c6c9cd; color: #666; }
    .box th { text-align: center; background: #F2F4F9; color: #333; }
    .box td { text-align: center; }
    .box th a{ margin-left: 4px; }
    .box td a { color: #00f; }
    .box tr:hover td { background-color: #F2F2F2; color: #000; }
	
	
    .form_box{border: 1px solid #c6c9cd; border-left: 1px solid #c6c9cd; margin:10px 18px; border-radius:1px;}
    .form_box table { width: 100%; font-size:12px;}
    .form_box td, .form_box th{ padding: 10px 8px; border: 1px solid #c6c9cd; color: #666; }
    .form_box th { text-align: right;  color: #333; border: 1px solid #c6c9cd;}
    .form_box td { text-align: left; }
    .form_box th a{ margin-left: 4px; }
    .form_box td a { color: #369; }



	.box_info{  border: 1px solid #c6c9cd; border-left: 1px solid #c6c9cd; margin:10px 18px; border-radius:1px ;}
    .box_info table { width: 100%; font-size:12px;}
    .box_info td, .box_info th{ padding: 10px 8px; border: 1px solid #c6c9cd; color: #000; }
    .box_info th { text-align: right;  color: #333;font-weight: bold; }
    .box_info td { text-align: center; }
    .box_info th a{ margin-left: 4px; }
    .box_info td a { color: #00f; }
	
	
	.box .box_header,.box_info .box_header,.form_box .box_header{
	border-bottom: 1px solid #c6c9cd;
	background: #f4f5f7;
    border:1px solid #c6c9cd;
	box-shadow:0 1px 0px #c6c9cd inset;
	font-size:16px;
	text-align:center;
	
	}
	
	.box_jj table{ width:100%;}
	.box_jj  th
	{
	border-bottom: 1px solid #c6c9cd;
	background: #f4f5f7;
    border:1px solid #c6c9cd;
	box-shadow:0 1px 0px #c6c9cd inset;
	font-size:13px;
	text-align:center;
	padding:3px;
	
	}
	.box_jj  td
	{
	 padding:2px;
	 height:25px;
	 text-align:center;
	
	}
.btn_sbm1{
    padding: 1px 5px;
	font-size: 13px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	*line-height:normal;
	cursor: pointer;
	display: inline-block;
	vertical-align:middle;
	outline:0;
    font-weight: 400;
	border:1px solid #0f3854;
	box-shadow:0 1px 0px #56baf2 inset;
	background: #2ba1df;
	color: #fff;
}


.btn_sbm, .btn_rst {
	padding: 0px 18px;
	font-size: 14px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 32px;
	line-height: 30px;
	*line-height:normal;
	cursor: pointer;
	display: inline-block;
	vertical-align:middle;
	outline: 0;
	transition: all 0.2s ease;
}

.btn_sbm {
	font-weight: 400;
	border: 1px solid #168acb;
	box-shadow: 0 1px 0px rgba(86, 186, 242, 0.3) inset;
	background: #2fa7ea;
	color: #fff;
}
.btn_sbm:hover,.btn_sbm_hover {
  background-color: #139fee;
  background-image: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}
.btn_rst {
	font-weight: 400;
	border: 1px solid #dcdcdc;
	box-shadow: 0 1px 1px rgba(254, 254, 254, 0.8) inset;
	color: #64686f;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f0f0f0));
	background: -moz-linear-gradient(top, #fefefe, #f0f0f0 100%);
}
.btn_rst:hover,.btn_rst_hover {
	background-color: #fff;
	background-image:none;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	transform: translateY(-1px);
}
	
.tooltip {cursor:help;  background:url(../../newStyle/icons/btn_help.png) center no-repeat; padding:7px 6px 6px 7px; margin-left:6px;}
#info{
position:absolute;
font-size:12px;
margin-left:-200px;
margin-top:8px;
width:230px;
color:#FF0000;
float:right;

}
#info div{

min-width:auto;
max-width:230px;
line-height:20px;
background:#ccc;
border-radius:2px 2px 5px 5px;
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
padding:3px;
border: 1px solid #ccc;
float:right;
}
#info b{position:absolute;border-width:8px;border-style:solid;border-color:#fff #fff #ccc #fff; background:#ccc; width:0;height:0;font-size:0;line-height:0; top:-16px; left:200px;}

/*--文本框提示--*/
#tips{
border: 1px solid #ccc;
position:absolute;
font-size:12px;
padding:3px;
line-height:20px;
background:#f7f7f7;
border-radius:2px 2px 5px 5px;
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
min-width:auto;
max-width:230px;
color:#FF0000;
}
.i_icon_time
{
height: 32px;
	display: inline-block;
	background:url(../../newStyle/icons/time.png) no-repeat; 
	font-sezi:13px;
	font-weight:bold;
	color:red;
	*line-height:0;
	margin:5px auto;
	padding-left:35px;
	line-height:32px;

}
.daibsx{

border:1px solid #e1e1e1;
	color: #666;
	-webkit-box-shadow:0px 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow:2px 2px 2 rgba(0, 0, 0, 0.05);
    box-shadow:3px 3px 2 rgba(0, 0, 255, 0.05);
	margin:10px 18px;
	overflow:hidden;
}


.tab_cat{
    border:2px solid #e1e1e1;
    border-top:0px;
    background:#ffffff;
    -webkit-box-shadow:0px 3px 0 #f5f5f5;
    -moz-box-shadow:0px 3px 0 #f5f5f5;
    box-shadow:0px 3px 0 #f5f5f5;
    margin:0px;
    height:50px;
    border-left:0px;
    border-right:0px;

    }
.tab_cat:empty{
    display:none;
    }
.tab_cat ul li{ 
    float:left;
	line-height:30px;
	height:30px;
	width:193px;
	margin:5px auto 0px 15px;
	cursor:pointer;
	text-align:center;
	font-size:18px;
	font-weight:bolder;
	background:#c6c9cd;
border:2px solid #c6c9cd;
border-top:2px solid #c6c9cd;
border-left:2px solid  #c6c9cd;
border-radius:5px 5px 5px 5px;	
font-family:"微软雅黑","Arial",HELVETICA;
 }
.tab_cat a{ display:block; height:30px; width:193; font-size:15px; text-decoration:none; color:#000000; font-family: "微软雅黑";}

.tab_cat ul li.cur{
display:block;
height:30px;
margin:5px auto 0px 15px;
width:193px;
line-height:30px;
background:#ffffff;
border:2px solid #c6c9cd;
border-radius:5px 5px 5px 5px;
text-align:center;

}
.tab_cat ul li.cur a,.tab_cat ul li.cur{color:#0066cc;font-size:15px;}

.noBorder {
        padding: 0 !important;
        width: 100% !important;
        border-right: 0px solid #c6c9cd;
        border-left: 0px !important;
      }
      .noBorder table td {
        border-bottom: 0px !important;
        border-left: 0;
      }
      .noBorder .box_header{
        box-shadow: 0 0 0 !important;
        border-left: 0px !important;
        border-right: 0px solid #c6c9cd;
        border-top: 0px !important;
      }
       .noBorder .box_jj th{
        box-shadow: 0 0 0 !important;
        border-left: 0px !important;
        border-top: 0px !important;
      }
      .noBorder table th,
      .noBorder .box_jj th {
        border-left: 0px !important;
        border-top: 0px !important;
      }
.shenpiliuchen{margin-top:7px;
	border:1px solid #ccc;height:100px; background:#CCCCCC;border-radius:3px;
-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);
  box-shadow:0 3px 7px rgba(0,0,0,0.3);	
	}
	

#tab-title{margin:0px 18px; border:2px solid #c6c9cd; line-height:30px; border-top:3px  solid #c6c9cd; border-bottom:0px;}
#tab-title h3{color:#666;font-size:15px;font-weight:400; margin:0px;} 
#tab-title .selected{color:#f4880a;border-bottom:0px;font-weight:bold; background:#c6c9cd;} /*标题被选中时的样式*/ 
#tab-title span{padding:0px 12px 0px 12px;border-right:1px solid #c6c9cd;;margin-left:-1px;cursor:pointer;display:inline-block;}
.zyxkyq_xuanxiang{ width:100%; float:left; display:block; overflow:hidden;}
.zyxkyq_xuanxiang ol.zyxkyq_er{ width:100%; float:left; padding:5px 10px 10px 10px; margin:0;}
.zyxkyq_xuanxiang dl.zyxkyq_none{ width:94.5%; float:left; border:none; margin:0; overflow:hidden;white-space:nowrap;}
.d1 a{ background:#fff; border:1px #9f9f9f solid; height:17px; line-height:17px; padding:0 2px; float:left; margin-right:5px; margin-top:5px;}/* min-width:100px;*/
.d1 a .c_yell{ color:#ff7f40; padding-right:16px; background:url("../../newStyle/biaoqian01.jpg") no-repeat right 2px;}
.d1 span{ float:left; color:#808080;}
.d1 span img{ margin:2px 0 0 0;}
.d1 a:hover{ background:#fff; border:1px #848484 solid; cursor:pointer;text-decoration: none;}
.d1 a:hover .c_yell{ color:#ff7f40; padding-right:16px; background:url("../../newStyle/biaoqian02.jpg") no-repeat right 2px;}
.d1 a.zyxkyq_none1{ background:none; border:none; height:16px; line-height:16px; padding:0; margin-right:5px; margin-left:5px; margin-top:7px; min-width:15px;}
.d1 a.zyxkyq_none2{ background:none; border:none; height:48px; line-height:48px; padding:0; margin-right:5px; margin-left:5px; margin-top:2px; min-width:64px;}

/* ================================================================
   top.jsp header 移动端响应式样式
   ================================================================ */

/* 汉堡菜单按钮 (默认隐藏，移动端显示) */
.mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-top: 13px;
  margin-right: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: relative;
  z-index: 101;
  float: left;
}
.mobile-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #0068b7;
  border-radius: 2px;
  position: absolute;
  left: 11px;
  transition: all 0.25s ease;
}
.mobile-menu-toggle span:nth-child(1) { top: 13px; }
.mobile-menu-toggle span:nth-child(2) { top: 21px; }
.mobile-menu-toggle span:nth-child(3) { top: 29px; }

/* 汉堡菜单激活态 → X */
.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* 移动端菜单遮罩层 — z-index:19 低于 header(20) 但高于页面内容 */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,.45);
  z-index: 19;
  transition: opacity .25s ease;
}
.mobile-menu-overlay.show {
  display: block;
}

/* ================================================================
   平板端 (≤1023px)
   ================================================================ */
@media (max-width: 1023px) {
  .top {
    padding: 0 15px;
    height: 60px;
  }
  .main-menu {
    width: auto;
    margin-left: -15px;
    margin-right: 5px;
    border-right: none;
  }
  .btn-navigation {
    width: auto;
    min-width: 44px;
    height: 60px;
    line-height: 60px;
    padding-left: 44px;
    background-position: 12px center;
  }
  .logo {
    height: 40px;
    margin-top: 10px;
  }
  .logo > div {
    font-size: 20px !important;
    padding-top: 6px !important;
  }
  .logo img#logo-img {
    height: 32px !important;
  }
  .top-right {
    height: 60px;
    right: 5px;
  }
  .top-right .c-nav-dropdown-btn {
    height: 60px;
  }
  .top-right .c-nav-dropdown-btn .nav-icon__item {
    height: 60px;
    padding: 0 6px;
  }
  .top-right .c-nav-dropdown-btn a span,
  .top-right .c-nav-dropdown-btn a i {
    width: 22px;
    height: 22px;
  }
  .pls-nav-bubble-inner {
    max-width: 280px;
  }
  /* 左侧菜单覆盖：仍用hover但缩小尺寸 */
  .left-menu {
    top: 60px;
    width: 200px;
  }
  .bar-item {
    width: 200px;
  }
  .left-bar-extend {
    left: 200px;
  }
  .left-menu-list {
    min-width: 200px;
  }
  .common-item {
    line-height: 36px;
    font-size: 14px;
    padding: 0 35px 0 15px;
  }
  .icon-arrow-right {
    top: 12px;
    right: 3px;
  }
}

/* ================================================================
   移动端 (≤767px)
   ================================================================ */
@media (max-width: 767px) {
  /* Banner 移动端去除顶部间距 */
  .banner { margin-top: 0; }
  .top {
    padding: 0 10px;
    height: 52px;
    z-index: 99;
  }
  /* 隐藏PC端菜单按钮，显示汉堡按钮 */
  .btn-navigation {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
    margin-top: 4px;
    float: left;
  }
  .main-menu {
    width: auto;
    margin-right: 0;
    margin-left: -10px;
    height: 52px;
    border-right: none;
    float: left;
  }
  /* 取消hover展开菜单 */
  .main-menu:hover > #left-menu {
    display: none;
    padding: 0 0 0 30px;
  }
  .main-menu:hover .btn-navigation {
    background-color: #fff;
  }
  /* 移动端菜单 → JS控制展开为全屏覆盖 */
  #left-menu.mobile-open {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    max-width: 85vw;
    height: 100vh !important;
    z-index: 100;
    box-shadow: 4px 0 20px rgba(0,0,0,.15);
    animation: menuSlideIn .3s ease forwards;
  }
  @keyframes menuSlideIn {
    from { transform: translateX(-100%); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
  }
  @keyframes menuSlideOut {
    from { transform: translateX(0); opacity: 1; }
    to   { transform: translateX(-100%); opacity: 0; }
  }
  .left-menu-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .left-menu-list {
    position: relative;
    width: 100%;
    min-width: 0;
  }
  /* 一级菜单 → 垂直排列，点击展开子菜单 */
  .left-bar-first {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: none;
    background-color: #f1f2f5;
  }
  .left-bar-first ul {
    padding-bottom: 10px;
  }
  .left-bar-first .common-item {
    padding: 0 15px;
    line-height: 44px;
    font-size: 15px;
    border-bottom: 1px solid #e8ecf1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color .2s ease;
  }
  .left-bar-first .common-item.active,
  .left-bar-first .common-item.sub-expanded {
    background-color: #cfe1f5;
    color: #1869bc;
    font-weight: 600;
  }
  .left-bar-first .common-item:hover {
    background-color: #d9eaff;
  }
  .left-bar-first .common-item .left-text {
    flex: 1;
  }
  .icon-arrow-right {
    position: static;
    transform: rotate(90deg);
    transition: transform .2s;
    flex-shrink: 0;
  }
  .left-bar-first .common-item.sub-expanded .icon-arrow-right {
    transform: rotate(-90deg);
  }
  /* 二级菜单 → 在第一级下方展开（内嵌式），max-height+opacity 平滑过渡 */
  .left-bar-extend {
    position: static;
    width: 100%;
    left: auto;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: none;
    transition: max-height .35s ease, opacity .25s ease;
  }
  .left-bar-extend.sub-show {
    max-height: 800px;
    opacity: 1;
  }
  .left-bar-extend .common-item {
    padding-left: 30px;
    line-height: 40px;
    font-size: 14px;
    color: #4f87b4;
    border-bottom: 1px solid #f5f5f5;
  }
  /* Logo 缩小 */
  .logo {
    float: left;
    height: 36px;
    margin-top: 8px;
    max-width: calc(100vw - 200px);
    overflow: hidden;
  }
  .logo > div {
    font-size: 15px !important;
    padding-top: 6px !important;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .logo img#logo-img {
    height: 26px !important;
    padding-right: 6px !important;
  }
  /* 右侧快捷栏压缩 */
  .top-right {
    height: 52px;
    right: 0;
  }
  .top-right .c-nav-dropdown-btn {
    height: 52px;
  }
  .top-right .c-nav-dropdown-btn .nav-icon__item {
    height: 52px;
    padding: 0 5px;
    margin: 0 1px;
  }
  .top-right .c-nav-dropdown-btn a span,
  .top-right .c-nav-dropdown-btn a i {
    width: 20px;
    height: 20px;
  }
  /* 消息弹窗全宽适配 */
  .pls-nav-bubble {
    position: fixed;
    /* left: 10px; */
    box-shadow: 0 0 15px -10px #0909095c;
    right: 10px;
    top: 58px;
    bottom: auto;
    min-width: 0;
    max-width: none;
    /* JS 控制显示：.show 类覆盖 hover */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    transform: translateY(-8px);
  }
  .pls-nav-bubble.show,
  .c-nav-dropdown-btn.bubble-open > .pls-nav-bubble {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  /* 移动端禁用 hover 展开（只用 JS click 控制） */
  .c-nav-dropdown-btn:hover > .pls-nav-bubble:not(.show) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  /* 消息通知列表触控友好 */
  .pls-nav-bubble-inner ul li {
    line-height: 44px;
    font-size: 14px;
  }
  .pls-nav-bubble-inner ul li a {
    font-size: 15px;
  }
  /* 移动端弹框激活按钮高亮 */
  .c-nav-dropdown-btn.bubble-open .nav-icon__item {
    background-color: #e8ecf4;
  }
  /* 弹框遮罩 */
  .bubble-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.25);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    pointer-events: none;
  }
  .bubble-backdrop.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* ================================================================
   小屏手机 (≤480px)
   ================================================================ */
@media (max-width: 480px) {
  .top {
    padding: 0 8px;
    height: 48px;
  }
  .mobile-menu-toggle {
    width: 38px;
    height: 38px;
    margin-top: 5px;
    padding: 6px;
  }
  .mobile-menu-toggle span {
    width: 18px;
    left: 10px;
  }
  .mobile-menu-toggle span:nth-child(1) { top: 11px; }
  .mobile-menu-toggle span:nth-child(2) { top: 18px; }
  .mobile-menu-toggle span:nth-child(3) { top: 25px; }
  .mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .main-menu {
    height: 48px;
    margin-left: -8px;
  }
  .logo {
    height: 30px;
    margin-top: 9px;
    max-width: calc(100vw - 170px);
  }
  .logo > div {
    font-size: 13px !important;
    padding-top: 4px !important;
  }
  .logo img#logo-img {
    height: 22px !important;
    padding-right: 4px !important;
  }
  .top-right {
    height: 48px;
  }
  .top-right .c-nav-dropdown-btn {
    height: 48px;
  }
  .top-right .c-nav-dropdown-btn .nav-icon__item {
    height: 48px;
    padding: 0 3px;
  }
  .top-right .c-nav-dropdown-btn a span,
  .top-right .c-nav-dropdown-btn a i {
    width: 18px;
    height: 18px;
  }
  /* 菜单面板宽度 */
  #left-menu.mobile-open {
    width: 260px;
    max-width: 85vw;
  }
  .left-bar-first .common-item {
    line-height: 40px;
    font-size: 14px;
    transition: background-color .2s ease;
  }
  .left-bar-first .common-item.active,
  .left-bar-first .common-item.sub-expanded {
    background-color: #cfe1f5;
    color: #1869bc;
    font-weight: 600;
  }
  .left-bar-first .common-item:hover {
    background-color: #d9eaff;
  }
  .left-bar-extend .common-item {
    line-height: 36px;
    font-size: 13px;
  }
  .pls-nav-bubble {
    top: 52px;
    transform: translateY(-8px);
  }
  .pls-nav-bubble.show,
  .c-nav-dropdown-btn.bubble-open > .pls-nav-bubble {
    transform: translateY(0);
  }
}