/* 公共样式 */
a {
  text-decoration: none;
  color: #333333;
}

a {
  outline: none;
  /* blr: expression(this.onfocus=this.blur()); */
}

img {
  border: 0px;
  vertical-align: middle;
}

ul li {
  list-style: none;
}

input {
  padding-left: 10px;
  outline: none;
  color: #b1b1b1;
}

* {
  margin: 0;
  padding: 0;
}

body {
  color: #333333;
}

body,
span,
p,
ul,
table,
tr,
td,
li,
h1,
h2,
h3,
h4,
h5,
h6,
i {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-style: normal;
}

body {
  font-family: "pingfang sc", "​helvetica neue", helvetica, "hiragino sans gb",
    "microsoft yahei", arial, sans-serif;
  font-size: 14px;
  min-width: 1200px;
  overflow-x: auto;
  background: #ffffff;
}

em,
i {
  font-style: normal;
  text-decoration: none;
}

.clear {
  clear: both;
}

textarea {
  outline: none;
}

.w12 {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.color-red2 {
  color: #ff8a10;
}

.white {
  color: #ffffff;
}

.f12 {
  font-size: 12px;
}

.font-32 {
  font-size: 32px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-weight {
  font-weight: bold;
}

.t-c {
  text-align: center;
}

.font-bold {
  font-weight: bold;
}

:-moz-placeholder {
  color: #7e7e7e;
  /* mozilla firefox 4 to 18 */
}

::-moz-placeholder {
  color: #7e7e7e;
  /* mozilla firefox 19  */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7e7e7e;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7e7e7e;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  clear: both;
  zoom: 1;
}

/* 原有reset，上下居中显示，并恢复正确的inline-block */

img,
input,
select {
  vertical-align: middle;
  display: inline-block;
}

/* 去掉各table  cell 的边距并让其边重合 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 清理浮动 */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "\20 ";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
  /* for ie6 ie7 */
}

/* 禁止折行/允许折行 */

.nowrap {
  white-space: nowrap;
  word-break: keep-all;
}

.wrap {
  white-space: normal;
  word-break: break-all;
}

/* 溢出隐藏，ie6下需要外容器设置宽度 */

.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  word-wrap: normal;
}

.layout-auto {
  width: 100%;
}

.layout1200 {
  width: 1200px;
  margin: 0 auto;
}

/* 标签 */
.tag-green {
  background: #e8fff8;
  border-radius: 4px;
  color: #17ae7a;
  font-size: 12px;
  padding: 4px 7px;
}

.tag-bg-gray {
  background: #f7f7f7;
  border: 1px solid #e9e9eb;
  padding: 4px 16px;
}

.tag-bg-red {
  background: #ff8484;
  border: 1px solid #ff8484;
  padding: 4px 16px;
  color: #fff;
}

.tag-bg-white {
  background: #fff;
  border: 1px solid #d7d7d9;
  padding: 4px 16px;
  color: #969b9f;
}

.text-blue {
  color: #2f7fff;
}

.text-purple {
  color: #7f46ff;
}

.text-red {
  color: #ff7474;
}

/* 列表空效果 */
.null {
  padding: 150px 0;
  text-align: center;
}

.null p {
  font-weight: 800;
  font-size: 16px;
  color: #333333;
  margin: 32px 0;
}

.null p a,
.null p a:visited {
  color: #2f7fff;
}

/* 分页 */
.page-wrap {
  text-align: center;
  padding: 30px 0;
  font-size: 0;
  font-size: 14px;
}

.page-wrap a,
.page-wrap a:link,
.page-wrap a:visited,
.page-wrap a:hover,
.page-wrap span {
  border-radius: 4px;
  border: 1px solid #ededed;
  display: inline-block;
  color: #969b9f;
  line-height: 100%;
  height: auto;
  font-size: 14px;
  padding: 7px 9px;
}

.page-wrap a.active,
.page-wrap a:hover {
  background: rgba(47, 127, 255, 0.2);
  border: 1px solid #2c6eff;
  color: #2c6eff;
}

.page-wrap span {
  background: rgba(47, 127, 255, 0.2);
  border: 1px solid #2c6eff;
  color: #2c6eff;
}

.list-left a:visited,
.list-right-wrap a:visited {
  color: #999;
}

/* 列表页右侧：标签列表及信息列表 */
.hot-key-wrap {
  padding: 20px 20px 0;
}

.hot-key-wrap span {
  padding: 8px 16px;
  background: #e8f3ff;
  border-radius: 15px;
  /* font-weight: bold; */
  font-size: 14px;
  color: #1d91ff;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 5px;
}

.hot-key-wrap span a,
.hot-key-wrap span:link .hot-key-wrap span:hover,
.hot-key-wrap span:visited {
  color: #1d91ff;
}

.list-right {
  float: right;
  width: 330px;
  background: #ffffff;
  border: 1px solid #d7d7d9;
  font-size: 14px;
}

.list-right h4 {
  font-size: 16px;
  color: #2f7eff;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
  line-height: 45px;
  padding: 0 20px;
}

.list-right h4 span {
  border-bottom: 2px solid #2f7eff;
  padding-bottom: 9px;
  position: relative;
  bottom: -4px;
}

.list-right li {
  line-height: 30px;
}

.list-right-wrap {
  padding: 18px 13px;
  font-size: 14px;
  color: #333333;
}

.list-right-wrap li {
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  word-wrap: normal;
}

/* 面包屑 */
.breadcrumb {
  /* font-weight: bold; */
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  margin: 10px 0;
}

/* 顶部 */
.diqu_top {
  height: 60px;
  background: #f7f7f7;
}

.diqu_top_center {
}

.diqu_top_left {
  padding: 10px 0;
}

.diqu_top_left .diqu_top_user {
  height: 38px;
  line-height: 38px;
  width: 140px;
  margin-left: 39px;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #2f7fff;
}

.diqu_top_left .diqu_top_user .diqu_top_user_dl {
  font-weight: bold;
  font-size: 16px;
  color: #2f7fff;
}

.diqu_top_left .diqu_top_target {
  font-weight: bold;
  font-size: 16px;
  padding-left: 50px;
  line-height: 40px;
}

.diqu_top_right {
  height: 60px;
  line-height: 60px;
}

.diqu_top_kefu {
  position: relative;
}

.diqu_top_kefu .zhuanshukefu_label {
  font-weight: bold;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
}

.diqu_top_kefu .zhuanshukefu_label .zhuanshukefu_img {
  width: 26px;
  margin-right: 8px;
}

.diqu_top_tel {
  font-weight: bold;
  font-size: 16px;
  margin-left: 48px;
}

.kefupopover {
  position: absolute;
  top: 58px;
  width: 280px;
  z-index: 999;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ebeef5;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.kefupop-left {
  padding: 20px 0;
}

.kefupo-left_text {
  font-weight: bold;
  line-height: 30px;
}

.kefupop-ewm {
  width: 100px;
  height: 100px;
  border: 1px solid #0054fe;
  border-radius: 4px;
  margin-left: 10px;
}

.kefupop-ewm img {
  width: 100%;
}

/* logo  搜索区域 */
.diqu_head {
  /* padding: 30px 0 23px; */
  height: 120px;
}

.diqu_head_logo {
  margin-top: 28px;
}

.diqu_logo-box {
  background: 
    repeat-x center;
  padding: 0 10px;
  height: 50px;
  background-size: contain;
}

.diqu_logo-box .logo-name {
  font-size: 28px;
  height: 27px;
  line-height: 27px;
  color: #000000;
  max-width: 270px;
  overflow: hidden;
}

.diqu_logo-box .logo-online {
  font-weight: bold;
  font-size: 12px;
  color: #f75c48;
  padding-top: 10px;
}

.diqu_head_jgx {
  margin: 26px 30px 0;
}

.diqu_head_fenzhan {
  position: relative;
  height: 120px;
  padding-top: 26px;
  box-sizing: border-box;
}

.diqu_head_fenzhan .gedifenzhan {
  width: 94px;
  height: 28px;
  line-height: 28px;
  margin-top: 8px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background: #2f7fff;
  border-radius: 4px;
  display: block;
}

.diqu_head_sousuo {
  margin-top: 34px;
}

.diqu_head_sousuo .sousuo-input {
  width: 410px;
  height: 50px;
  font-size: 14px;
  color: #333;
  background: #ffffff;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #2f7fff;
}

.diqu_head_sousuo .sousuo-btn {
  width: 85px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  background: #1870ed;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #2f7fff;
  color: #fff;
  display: inline-block;
}

.diqu-cont {
  position: absolute;
  width: 1200px;
  top: 118px;
  z-index: 1000;
  left: -310px;
  background-color: #fff;
  box-shadow: 0px 0px 9px 1px rgba(0, 44, 114, 0.22);
  border: 1px solid #f0f0f0;
}

.diqu-cont ul {
  padding: 15px 25px 0;
}

.diqu-cont-list li {
  float: left;
  padding-bottom: 13px;
}

.diqu-cont-list li span {
  color: #2f7fff;
}

.diqu-cont-list li a {
  color: #606266;
  padding: 0 7px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
}

.diqu-cont-list li a.active,
.diqu-cont-list li a:hover {
  color: #fff;
  background: #2f7fff;
  border-radius: 4px;
}

.diqu-cont-list li.diqu-list_left {
  width: 360px;
}

.diqu-cont-list li.diqu-list_center {
  width: 430px;
}

.diqu-list-dropdown {
  border: 1px solid #f0f0f0;
  margin: 0px 25px 15px;
  border-top: 0px;
}
.diqu_sumbit {
  cursor: pointer;
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  margin: 0 auto 15px;
  outline: none;
  display: block;
  border: 0;
  background: #1466ef;
  border-radius: 4px;
}

.dv_city_item {
  width: 92%;
}

.diqu-list-shiji {
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.diqu-list-shiji:last-child {
  border-bottom: 0;
}

.diqu-list-shiji span {
  color: #606266;
  padding: 0 20px;
}

.diqu-list-shiji a {
  color: #606266;
  padding-right: 35px;
}

.dv_city_item a {
  padding-bottom: 15px;
  display: inline-block;
}

.diqu-list-shiji a:hover,
.diqu-list-shiji a.active {
  color: #2f7fff;
}

/* 导航nav */
.diqu_nav {
  height: 50px;
  background: #1870ed;
}

.diqu_nav ul li {
  float: left;
  height: 50px;
  line-height: 50px;
}

.diqu_nav ul li.lastchild {
  background: none;
}

.diqu_nav ul li a {
  color: #fffefe;
  padding: 0 33px;
}

.diqu_nav ul li.active a,
.diqu_nav ul li a:hover {
  background-color: #f07c00;
  display: inline-block;
}
.diqu_nav ul li:first-child a {
  max-width: 170px;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: inline-block;
  text-overflow: ellipsis;
}

.diqu_nav_two ul {
  border-bottom: 1px solid #f0f0f0;
  height: 40px;
}

.diqu_nav_two ul li {
  padding: 0 30px;
  height: 40px;
  float: left;
}

.diqu_nav_two ul li a {
  height: 38px;
  line-height: 38px;
  display: block;
  padding: 0 5px;
}

.diqu_nav_two ul li.active a,
.diqu_nav_two ul li a:hover {
  color: #2f7fff;
  border-bottom: 2px solid #1870ed;
}

/* 底部 */
.diqu-foot {
  background: #282d43;
  margin-top: 53px;
}

.diqu-foot-left {
  padding-top: 35px;
}

.diqu-foot-nav .diqu-foot-nav_text {
  padding: 0 25px;
  border-right: 1px solid #fff;
  color: #fff;
  height: 14px;
  line-height: 14px;
  display: inline-block;
}

.diqu-foot-nav .foot-nav_text_first {
  padding-left: 0;
}

.diqu-foot-nav .foot-nav_text_last {
  border-right: 0;
}

.diqu-foot-lxfs {
  padding-top: 20px;
}

.diqu-foot-lxfs span {
  color: #ffffff;
  margin-right: 40px;
}

.diqu-foot-lxfs a {
  color: #fff;
}

.diqu-foot-right {
  padding: 55px 0;
}

.diqu-foot-right img {
  width: 136px;
  height: 136px;
  margin-bottom: 10px;
}

.diqu-foot-right p {
  color: #fff;
}

.diqu-foot-wlaq {
  padding-top: 20px;
}

/* 企业概览信息头部 */
.qiye_top {
  padding-top: 35px;
  width: 1200px;
  margin: 0 auto;
}

.first_row {
  overflow: hidden;
}

.first_row h1 {
  font-size: 30px;
  color: #000000;
  float: left;
  line-height: 52px;
  max-width: 540px;
}

.first_row .row-middle span {
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #fb8d17;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
  /* margin-right: 190px; */
  float: left;
  margin-top: 10px;
}

.first_row input {
  width: 410px;
  height: 50px;
  border: 1px solid #2f7fff;
  float: left;
  text-indent: 1rem;
  border-radius: 4px 0px 0px 4px;
}

.first_row input::placeholder {
  color: #7e7e7e;
  font-size: 14px;
}

input:focus {
  outline: none;
}

.first_row .row-right button,
.first_row .row-right span {
  height: 52px;
  line-height: 52px;
  padding: 0 15px;
  background-color: #1870ed;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  float: left;
}

.page_place {
  margin-top: 30px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}

.gailan_tabs {
  margin-top: 30px;
  position: relative;
}

.gailan_tabs ul {
  background-color: #1870ed;
  width: 528px;
  margin-right: 20px;
  overflow: hidden;
}

.gailan_tabs ul span {
  background: linear-gradient(0deg, #1870ed 0%, #ffffff 46%, #1870ed 100%);
  width: 2px;
  height: 28px;
  margin-top: 11px;
  float: left;
}

.gailan_tabs ul li {
  width: 130px;
  height: 50px;
  background-color: #1870ed;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  float: left;
}

.gailan_tabs ul li a {
  color: #fff;
  font-size: 16px;
}

.gailan_active {
  background-color: #f07c00 !important;
}

.mianze_02 {
  position: absolute;
  top: 15px;
  right: 48%;
  cursor: pointer;
}

.mianze_02 span:hover {
  color: #ff522b;
}

.mianze_02 span {
  color: #606266;
  font-size: 14px;
}

.mianze_02:hover .mianze-img {
  content: ;
}

.mianze_02 .mianze-img {
  content: ;
}

.fanwei_time {
  position: absolute;
  top: 15px;
  right: 0;
}

.fanwei_time span {
  color: #606266;
  font-size: 14px;
}

/* 数据概览 */
.datainfo {
  width: 1200px;
  margin: 0 auto;
  height: 115px;
  background-color: #eff8ff;
  margin-top: 20px;
  overflow: hidden;
}

.tbcount {
  margin-top: 24px;
  width: 200px;
  float: left;
}

.tbcount p {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 32px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 5px;
}

.tbcount span {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.count {
  clear: both;
  text-align: center;
}

.count img {
  margin-top: -2px;
}

/*政府采购网导航样式*/
.zhengfu-nav {
  margin-top: 24px;
}

.zhengfu-nav ul {
  border: 1px solid #adb4c2;
}

.zhengfu-nav ul li {
  float: left;
}

.zhengfu-nav ul li.active a,
.zhengfu-nav ul li a:hover,
.zhengfu-nav ul li a.active {
  color: #fff;
  background: #2f6dfe;
}

.zhengfu-nav ul li:first-child a {
  border-left: 0;
  width: 238px;
}

.zhengfu-nav ul li a {
  display: inline-block;
  width: 239px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  border-left: 1px solid #adb4c2;
}

/*标题*/
.zhengfu-title {
  margin-top: 18px;
  font-size: 14px;
  color: #333;
}

.zhengfu-title span {
  margin-left: 5px;
  font-weight: bold;
}

.zhengfu-title p {
  margin-right: 8px;
}

.zhengfu-title p span:first-child {
  margin-right: 20px;
}

/*相关链接*/
.xiangguanlianjie {
  margin-bottom: 56px;
}

.xiangguanlianjie ul {
  margin-top: 16px;
  border: 1px solid #f0f0f0;
  padding: 14px 15px 0;
}

.xiangguanlianjie ul li {
  margin-right: 20px;
  float: left;
  padding-bottom: 10px;
}

.xiangguanlianjie ul li a {
  color: #606266;
}

.xiangguanlianjie ul li a:hover,
.xiangguanlianjie ul li a.active {
  color: #1466ef;
}

/* 日历 */
.diqu-box6-mfxx .rili-list {
  margin: 0;
}

.diqu-box6-mfxx .rili-list li.rili-head,
.diqu-box6-mfxx .rili-list li.rili-data {
  padding: 0;
}

.diqu-box6-mfxx .rili-list span,
.diqu-box6-mfxx .rili-list a {
  float: left;
  text-align: center;
  display: block;
  height: 33px;
  width: 40.7px;
  line-height: 33px;
}

.diqu-box6-mfxx .rili-list li:hover a {
  color: #606266;
}

.diqu-box6-mfxx .rili-list li.rili-data span.rili_disabled,.diqu-box6-mfxx .rili-list li.rili-data span{
  color: #bababa;
}

.diqu-box6-mfxx .rili-list li a:hover,
.diqu-box6-mfxx .rili-list li a.active,
.diqu-box6-mfxx .rili-list li span.active{
  color: #ff522b;
}

/* 详情页右侧列表 */
.detail_list-right {
  border: 0;
}

.detail_list-right {
  width: 320px;
}

.tsfw-list {
  width: 320px;
  height: 93px;
  background: linear-gradient(0deg, #fdfeff 0%, #e2efff 100%);
  border-radius: 12px;
  border: 1px solid #a4caff;
  margin-bottom: 29px;
}

.tsfw-list_last {
  margin-bottom: 10px;
}

.tsfw-list-top {
  background: 
    no-repeat;
  width: 227px;
  height: 30px;
  background-size: 100% 100%;
  color: #ffffff;
  line-height: 30px;
  padding-left: 18px;
  box-sizing: border-box;
}

.tsfw-list-body {
  padding: 0 30px 0 20px;
}

.tsfw-list-body span {
  padding-top: 20px;
}

.tsfw-list-body .chakan-btn {
  width: 52px;
  height: 34px;
  background: #036cff;
  border-radius: 4px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
}

.list-right-jrgx {
  margin-top: 15px;
}

.list-right-jrgx li {
  padding: 0 20px;
}

.list-right-jrgx li a:visited {
  color: #bababa;
}

.detail_list-right .list-right-jrgx li a {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.list-right-jrgx li a:hover {
  color: #2f7fff;
}

.list-right-app {
  margin-top: 40px;
}

.appewm-box {
  width: 136px;
  margin-left: 20px;
}

.appewm-box.appewm-box_last {
  margin-left: 28px;
}

.appewm-box img {
  width: 136px;
  border: 1px solid #2f7fff;
  border-radius: 4px;
}

.appewm-box p {
  text-align: center;
  padding: 10px 0;
}

.diqu_logo-box .logo-online2 {
  font-size: 16px;
  color: #000000;
}
.diqu_head_wdxz .font-wdxz {
  font-size: 36px;
  padding-top: 8px;
}
.fanhuidinghbu {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 137px;
  right: 70px;
  cursor: pointer;
  display: none;
}


/* 顶部新增样式 */
.userinfopopover{position: absolute; top: 58px; width: 280px; z-index: 999; overflow: hidden; background-color: #fff; border-radius: 5px; border: 1px solid #ebeef5;  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);}
	.userinfo-top{background: linear-gradient(129deg, #ffffff 0%, #ddeaff 100%);}
	.userinfo-top .userinfo-top_toux{margin: 20px 0 20px 20px;}
	.userinfo-top_lxfs{text-align: left; margin-left: 10px; margin-top: 20px;}
	.userinfo-top_lxfs p{margin-bottom: 2px; height: 20px; line-height: 20px;}
	.userinfo-body_hyjb{width: 100%; height: 40px; line-height: 40px; background-color: #ffd89f;  border-radius: 10px 10px 0px 0px;}
    .userinfo-hyjb_left{font-size: 14px; color: #da7b08; font-weight: bold; margin-left: 20px;}
	.userinfo-hyjb_left img{float: left; margin-top: 8px;}
	.userinfo-hyjb_right{font-size: 12px; color: #f34c4c;font-weight: bold; margin-right: 20px;}
	.userinfo-item{padding: 0 20px; text-align: left;}
	.userinfo-item p{height: 45px; line-height: 45px;}