@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html {
  height: 100%;
}

body {
  min-width: 1200px;
  font-family: "Source Han Sans CN,system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif";
}
body.has-footer {
  position: relative;
  min-height: 100%;
  padding-bottom: 169px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 头部 */
.header {
  position: relative;
  height: 529px;
  padding-top: 109px;
  background: url("../images/banner.jpg") top center no-repeat;
  background-size: 100% 562px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header .web-logo {
  width: 972px;
  height: 122px;
  margin: 0 auto;
  background: url("../images/title_logo.png") left center no-repeat;
  background-size: 972px 122px;
}
.header .header-search {
  position: relative;
  width: 728px;
  height: 64px;
  margin: 60px auto 0;
  border-radius: 36px;
  border: 4px solid rgba(255, 255, 255, 0.01);
  background: transparent;
  -webkit-box-shadow: 0px 14px 14px 0px rgba(0, 68, 120, 0.15);
          box-shadow: 0px 14px 14px 0px rgba(0, 68, 120, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header .header-input {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  font-size: 16px;
  background: #fff;
  border-radius: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .header-input::-webkit-input-placeholder {
  color: #999;
}
.header .header-input::-moz-placeholder {
  color: #999;
}
.header .header-input:-ms-input-placeholder {
  color: #999;
}
.header .header-input::-ms-input-placeholder {
  color: #999;
}
.header .header-input::placeholder {
  color: #999;
}
.header .header-search-btn {
  position: absolute;
  right: -1px;
  top: 0;
  width: 111px;
  height: 64px;
  border-radius: 48px;
  background: -webkit-gradient(linear, left bottom, left top, from(#3472D7), to(#4997FF));
  background: linear-gradient(0deg, #3472D7 0%, #4997FF 100%);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(77, 181, 255, 0.2);
          box-shadow: 0px 4px 10px 0px rgba(77, 181, 255, 0.2);
  cursor:pointer
}
.header .header-search-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/header_search_ico.png") center no-repeat;
}
.header .nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3472D7;
}
.header .nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .nav .header-nav-item {
  width: 14.2857142857%;
  height: 67px;
  line-height: 67px;
  text-align: center;
}
.header .nav .header-nav-item:hover, .header .nav .header-nav-item.current {
  background: rgba(255, 255, 255, 0.2);
}
.header .nav .header-nav-item:hover a, .header .nav .header-nav-item.current a {
  font-weight: 700;
}
.header .nav a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 18px;
}

/* 尾部 */
.footer {
  position: absolute;
  left: 0;
  right: 0;
  /*bottom: 0;*/
  height: 169px;
  padding-top: 35px;
  background: #202835;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-row {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.footer-row:last-child {
  margin-bottom: 0;
}
.footer-row span {
  margin-right: 20px;
}
.footer-row span:last-child {
  margin-right: 0;
}
.footer .container {
  position: relative;
}
.footer .gov-wrap {
  position: absolute;
  left: 0;
  top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 52px;
  background: #fff;
}
.footer .gov-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.footer .error {
  position: absolute;
  left: 64px;
  top: 9px;
  width: 86px;
  height: 52px;
}
.footer .error img {
  width: 100%;
  height: 100%;
}
.footer .bq-know {
  position: absolute;
  top: 24px;
  right: 86.5px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.footer .bq-know:hover {
  text-decoration: underline;
}
.footer .ebs {
  position: absolute;
  top: 10px;
  right: 7.5px;
  width: 50px;
  height: 50px;
}
.footer .ebs img {
  width: 100%;
  height: 100%;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  height: 53px;
  padding: 16px 0 16px 21px;
  line-height: 21px;
  font-size: 14px;
  background: url("../images/location_ico.png") left center no-repeat;
  background-size: 13px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.location a {
  color: #3A486C;
}
.location a:hover {
  color: #3472D7;
}
.location .current {
  color: #3472D7;
}

/*分页*/
.public-pager {
  text-align: center;
  margin-top: 20px;
}
.public-pager .m-pagination-page > li > a,
.public-pager .m-pagination-size > select,
.public-pager .m-pagination-group > input,
.public-pager .m-pagination-group > button,
.public-pager .m-pagination-info {
  border-radius: 4px;
  color: #4e5463;
}
.public-pager .m-pagination-page > li > a,
.public-pager .m-pagination-size > select,
.public-pager .m-pagination-group > input,
.public-pager .m-pagination-group > button {
  border-color: #ddd;
}
.public-pager .m-pagination-page > li > a {
  width: 30px;
  height: 28px;
  line-height: 28px;
  padding: 0;
}
.public-pager .m-pagination-size > select {
  height: 30px;
}
.public-pager .m-pagination-group > input,
.public-pager .m-pagination-group > button {
  float: none;
}
.public-pager .m-pagination-jump {
  width: auto;
}
.public-pager .m-pagination-group > input {
  width: 30px;
  height: 28px;
  border: 1px solid #ddd;
  margin: 0 6px;
}
.public-pager .m-pagination-group > input:focus {
  border-color: #2065FC;
}
.public-pager .m-pagination-page > li.active > a {
  border-color: #2065FC;
  color: #2065FC;
  font-weight: normal;
  background-color: transparent;
}
.public-pager .m-pagination-page > li:hover > a,
.public-pager .m-pagination-group > button:hover {
  border-color: #2677E0;
}


/* 分页 */
.pager {
  margin: 30px auto 34px;
}

.m-pagination-page > li > a {
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}

.m-pagination-page > li.active > a {
  border-color: #007DE6;
  color: #007DE6;
  background-color: transparent;
}

.m-pagination-info {
  height: 30px;
  line-height: 30px;
  margin-right: 6px;
}

.m-pagination-group > input {
  height: 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.m-pagination-group > button {
  height: 32px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.m-pagination-size > select {
  height: 32px;
  border-radius: 4px;
}


.footer-row  a{
    color: #FFF;
}
.footer-count {
  padding: 0 3px;
  color: #bdd9f5;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  background-color: #000;
}



/*招标企业左侧导航*/
.base-info-nav {
  float: left;
  width: 220px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(222, 222, 222, 0.6);
          box-shadow: 0px 0px 16px 0px rgba(222, 222, 222, 0.6);
}
.base-info-nav-head {
  height: 53px;
  background: #3472D7;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 53px;
  text-align: center;
}
.base-info-nav-body {
  padding: 14px 14.5px;
}
.base-info-nav .nav-list-item {
  height: 50px;
  margin-bottom: 15px;
}
.base-info-nav .nav-list-item > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  padding: 13px 15px 13px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  -webkit-box-shadow: 0px 0px 10px 0px #E2E8F5;
          box-shadow: 0px 0px 10px 0px #E2E8F5;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5FBFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #F5FBFF 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.base-info-nav .nav-list-item:last-child {
  margin-bottom: 0;
}
.base-info-nav .nav-list-item .icon-right {
  margin-left: auto;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  background: url("../images/enterprise/icon_right.png") center no-repeat;
  background-size: 20px 20px;
}
.base-info-nav .nav-list-item:hover a, .base-info-nav .nav-list-item.current a {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#70C0FF), to(#108DEE));
  background: linear-gradient(180deg, #70C0FF 0%, #108DEE 100%);
}
.base-info-nav .nav-list-item:hover .icon-right, .base-info-nav .nav-list-item.current .icon-right {
  background-image: url("../images/enterprise/icon_right_h.png");
}

/*表格*/
.common-table {
  width: 100%;
  table-layout: fixed;
}
.common-table th {
  height: 42px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #333;
  background: #EEF2FB;
}
.common-table tbody tr:nth-child(even) {
  background: #F6F6F6;
}
.common-table tbody td {
  height: 48px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  text-align: center;
}
.common-table tbody td:first-child, .common-table tbody td:last-child {
  padding: 0;
}
.common-table tbody .detail {
  font-size: 14px;
  color: #3472D7;
}
.common-table tbody .detail:hover {
  opacity: 0.8;
}
.common-table .align-left {
  text-align: left;
}

/*无头表格*/
.no-head-table {
  width: 100%;
  border-left: 1px solid #DCDFE2;
  border-top: 1px solid #DCDFE2;
  table-layout: fixed;
}
.no-head-table td {
  height: 49px;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  border-right: 1px solid #DCDFE2;
  border-bottom: 1px solid #DCDFE2;
}
.no-head-table td:nth-child(odd) {
  font-weight: 600;
  background: #F5F7FA;
}
.no-head-table td:nth-child(even) {
  line-height: 21px;
}

/*toolbar*/
.toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.toolbar .col {
  margin-right: 20px;
}
.toolbar .col:last-child {
  margin-right: 0;
}
.toolbar .label {
  display: inline-block;
  vertical-align: top;
  min-width: 70px;
  text-align: right;
  font-size: 14px;
  line-height: 36px;
  color: #000;
}
.toolbar .input {
  height: 36px;
  padding: 0 10px;
  border: 1px solid #BFC9E1;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.toolbar .operation-btn {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  padding: 0 9px;
  line-height: 36px;
  text-align: center;
  color: #3472D7;
  border: 1px solid #3472D7;
  border-radius: 4px;
}
.toolbar .operation-btn:hover {
  background: rgba(52, 114, 215, 0.05);
}
.toolbar .radio-group {
  margin-left: auto;
  height: 36px;
  line-height: 36px;
}
.toolbar .radio-group .radio {
  margin-left: 20px;
  padding-left: 22px;
  background: url("../images/enterprise/radio.png") left center no-repeat;
  background-size: 12px 12px;
  cursor: pointer;
}
.toolbar .radio-group .radio:first-child {
  margin-left: 0;
}
.toolbar .radio-group .radio.checked {
  background-image: url("../images/enterprise/radio_checked.png");
}
.toolbar .btn {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #3472D7;
  border-radius: 4px;
}
.toolbar .btn:hover {
  opacity: 0.8;
}

.no-data {
  padding-top: 131px;
  text-align: center;
}
.no-data .inner {
  display: inline-block;
  vertical-align: top;
  width: 122px;
  padding-top: 126px;
  font-size: 14px;
  line-height: 21px;
  color: #999;
  background: url("../images/enterprise/no-data.png") top center no-repeat;
  background-size: 122px 122px;
}