@charset "UTF-8";
/**
 * 首页
 * date: 2024-9-11
 * author: qyt;
 */
#header {
  position: relative;
  height: 130px;
  z-index: 9;
}

.header-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

/* banner */
.banner {
  height: 589px;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

/* 动态新闻信息 */
.dynamic {
  margin-top: -40px;
  padding-bottom: 40px;
}
.dynamic-content {
  position: relative;
  padding: 20px;
  background: #fff;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dynamic-wrap {
  width: 590px;
  height: 360px;
}
.dynamic-wrap .swiper-container {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dynamic-wrap .swiper-pagination {
  position: absolute;
  left: auto;
  right: 11px;
  bottom: 0;
  width: auto;
  height: 40px;
  line-height: 40px;
}
.dynamic-wrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background-color: #fff;
  opacity: 0.36;
  border-radius: 0;
}
.dynamic-wrap .swiper-pagination-bullet-active {
  opacity: 1;
}
.dynamic-box {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dynamic-box img {
  display: block;
  height: 100%;
  width: 100%;
}
.dynamic-tip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 130px 0 15px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: rgba(23, 42, 92, 0.8);
  background: -webkit-gradient(linear, left top, right top, from(rgba(23, 42, 92, 0.8)), to(rgba(23, 42, 92, 0.3)));
  background: linear-gradient(to right, rgba(23, 42, 92, 0.8), rgba(23, 42, 92, 0.3));
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab-view {
  height: 100%;
}
.tab-hd {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #D8D8D8;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.tab-hd-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 48px;
  line-height: 46px;
  margin-right: 18px;
  font-size: 18px;
  color: #666;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab-hd-item.current {
  color: #4D98E3;
  border-color: #4D98E3;
  font-weight: 600;
}
.tab-hd-item.current .tab-hd-node {
  color: #4D98E3;
}
.tab-hd-node {
  display: block;
  color: #666;
}
.tab-bd {
  height: calc(100% - 48px);
}
.tab-bd-item {
  height: 100%;
}

.news {
  width: 590px;
  height: 360px;
  overflow: hidden;
}
.news .tab-hd-item {
  font-size: 20px;
  margin-right: 36px;
}
.news .tab-hd-item::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 1px;
  height: 16px;
  margin: -8px 0 0 18px;
  background: #D8D8D8;
}
.news .tab-hd-item:last-child {
  margin-right: 0;
}
.news .tab-hd-item:last-child::after {
  display: none;
}
.news-item {
  position: relative;
  line-height: 50.5px;
  font-size: 16px;
  border-bottom: 1px dashed #DFDFDF;
}
.news-item:hover {
  color: #4D98E3;
}
.news-item:hover .news-link,
.news-item:hover .news-time {
  color: #4D98E3;
}
.news-link {
  display: block;
  padding: 0 120px 0 18px;
  color: #333;
  background: url("../images/list_ico.png") left center no-repeat;
}
.news-tit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-time {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}

/* 标语横幅轮播 */
.slogan {
  height: 137px;
}
.slogan .swiper-container {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slogan .swiper-pagination {
  position: absolute;
  left: auto;
  right: 5px;
  bottom: 5px;
  width: auto;
  line-height: 1;
}
.slogan .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background-color: #fff;
  opacity: 0.36;
  border-radius: 0;
}
.slogan .swiper-pagination-bullet-active {
  opacity: 1;
}
.slogan-box {
  position: relative;
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slogan-box img {
  display: block;
  height: 100%;
  width: 100%;
}

/* 各平台入口 */
.white-bg {
  padding: 0 0 40px 0;
  /*background-color: #fff;*/
}

.platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.platform-item {
  border-radius: 2px;
  overflow: hidden;
}
.platform-item:hover {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

/* 建设工程、政府采购......其他交易 */
.trade {
  width: 880px;
  height: 460px;
  padding-right: 15px;
  border-radius: 2;
  -webkit-box-shadow: 0 0 10px 0 rgba(133, 151, 185, 0.2);
          box-shadow: 0 0 10px 0 rgba(133, 151, 185, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.trade > .tab-view {
  height: 100%;
}
.trade-hd {
  width: 240px;
  height: 100%;
  padding: 15px 15px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(133, 151, 185, 0.2);
          box-shadow: 0 0 10px 0 rgba(133, 151, 185, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade-hd-node {
  display: block;
  padding: 0 45px 0 64px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.trade-hd-item {
  position: relative;
  height: 58px;
  line-height: 58px;
  margin-bottom: 15px;
  font-size: 22px;
  background: #E7F0FD url("../images/trade_tab_icon1.png") 15px center no-repeat;
}
.trade-hd-item::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10.5px;
  width: 20px;
  height: 21px;
  background: url("../images/trade_tab_arrow.png") center center no-repeat;
}
.trade-hd-item:last-child {
  margin-bottom: 0;
}
.trade-hd-item.current {
  color: #fff;
  background-color: #4D98E3;
  background-image: url("../images/trade_tab_icon1_h.png");
}
.trade-hd-item.current::after {
  background-image: url("../images/trade_tab_arrow_h.png");
}
.trade-hd-item.current .trade-hd-node {
  color: #fff;
}
.trade-hd-item.icon2 {
  background-color: #FFF3F3;
  background-image: url("../images/trade_tab_icon2.png");
}
.trade-hd-item.icon2.current {
  background-color: #EA6262;
  background-image: url("../images/trade_tab_icon2_h.png");
}
.trade-hd-item.icon3 {
  background-color: #EAFAFD;
  background-image: url("../images/trade_tab_icon3.png");
}
.trade-hd-item.icon3.current {
  background-color: #64B7C7;
  background-image: url("../images/trade_tab_icon3_h.png");
}
.trade-hd-item.icon4 {
  background-color: #F4F3FF;
  background-image: url("../images/trade_tab_icon4.png");
}
.trade-hd-item.icon4.current {
  background-color: #978FEB;
  background-image: url("../images/trade_tab_icon4_h.png");
}
.trade-hd-item.icon5 {
  background-color: #FFF5E1;
  background-image: url("../images/trade_tab_icon5.png");
}
.trade-hd-item.icon5.current {
  background-color: #DDBC7B;
  background-image: url("../images/trade_tab_icon5_h.png");
}
.trade-hd-item.icon6 {
  background-color: #DFF9DF;
  background-image: url("../images/trade_tab_icon6.png");
}
.trade-hd-item.icon6.current {
  background-color: #6DC96D;
  background-image: url("../images/trade_tab_icon6_h.png");
}
.trade-bd {
  width: calc(100% - 240px - 20px);
}
.trade .news-item {
  line-height: 49px;
}

/* 今日开标、近两周开标、交易场地安排 */
.bid {
  width: 340px;
  height: 460px;
  padding: 5px 15px 0;
  border-radius: 2;
  -webkit-box-shadow: 0 0 10px 0 rgba(133, 151, 185, 0.2);
          box-shadow: 0 0 10px 0 rgba(133, 151, 185, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.bid-link {
  color: #333;
}
.bid-tit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bid-detail {
  margin-top: 12px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bid-detail-item {
  margin-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bid-detail-item:last-child {
  margin-right: 0;
}
.bid-label {
  color: #999;
}
.bid-item {
  padding: 15px 0;
  line-height: 18px;
  font-size: 16px;
  border-bottom: 1px dashed #DFDFDF;
}
.bid-item:hover {
  color: #4D98E3;
}
.bid-item:hover .bid-link,
.bid-item:hover .bid-detail,
.bid-item:hover .bid-label {
  color: #4D98E3;
}
.str_wrap.str_active {
  background: transparent;
}