﻿@charset "UTF-8";
/**
 * 首页
 * date: 2025-4-24
 * author: qyt;
 */
body {
  background: #fff;
  min-width: 1200px;
}

/* header */
#header {
  height: 706px;
}

.header-content > .container {
  width: 100%;
}
.header-content-row {
  margin: 50px 60px 0;
}
.header-bg {
  height: auto;
}
.header .swiper-container {
  margin-top: 0;
}
.header-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}

@media screen and (min-width: 1920px) {
  .header-img {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
}
/* 公共样式 */
.com-title {
  height: 28px;
  line-height: 28px;
}
.com-body {
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.more {
  padding-right: 20px;
  color: #226FD8;
  background: url("../images/more_arrow.png") right center no-repeat;
}

/* 动态新闻信息 */
.dynamic {
  padding: 30px 0 40px;
}
.dynamic-wrap {
  width: 580px;
  height: 364px;
}
.dynamic-wrap .swiper-container {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dynamic-wrap .swiper-pagination {
  position: absolute;
  left: 20px;
  bottom: 64px;
  width: auto;
  height: auto;
  line-height: 1;
}
.dynamic-wrap .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  margin: 0 2px;
  background-color: #fff;
  opacity: 0.36;
  border-radius: 0;
}
.dynamic-wrap .swiper-pagination-bullet-active {
  opacity: 1;
}
.dynamic-wrap .swiper-button-next, .dynamic-wrap .swiper-button-prev {
  top: 50%;
  width: 15px;
  height: 25px;
  margin-top: -12.5px;
  background-size: 15px 25px;
}
.dynamic-wrap .swiper-button-next.swiper-button-disabled, .dynamic-wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.dynamic-wrap .swiper-button-prev {
  background-image: url("../images/swiper_prev.png");
}
.dynamic-wrap .swiper-button-next {
  background-image: url("../images/swiper_next.png");
}
.dynamic-box {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  -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: 63px 22px 20px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab-view {
  height: 100%;
}
.tab-hd {
  height: 54px;
  line-height: 54px;
}
.tab-hd-item {
  position: relative;
  vertical-align: top;
  height: 54px;
  line-height: 52px;
  margin-right: 12px;
  padding: 0 12px;
  font-size: 18px;
  color: #666;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab-hd-item:last-child {
  margin-right: 0;
}
.tab-hd-item.current {
  color: #226FD8;
  border-color: #226FD8;
  font-weight: bold;
  background: rgba(31, 109, 232, 0.12);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 109, 232, 0.12)), to(rgba(31, 109, 232, 0)));
  background: linear-gradient(360deg, rgba(31, 109, 232, 0.12) 0%, rgba(31, 109, 232, 0) 100%);
}
.tab-bd {
  height: calc(100% - 48px);
}
.tab-bd-item {
  height: 100%;
}
.tab-bd-item .com-list {
  margin-top: 11px;
  width: 580px;
  height: 300px;
  overflow: hidden;
}

/* 各平台入口 */
.platform > .container {
  padding: 30px;
  height: 306px;
  background: url("../images/platform_bg.png") center center/100% 100% no-repeat;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.platform-icon {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 22px;
  overflow: hidden;
}
.platform-icon > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.platform-name {
  font-family: "DingTalk JinBuTi";
  line-height: 24px;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.platform-go {
  display: none;
  margin-top: 22px;
  line-height: 30px;
  padding: 0 42px 0 20px;
  font-size: 16px;
  color: #226FD8;
  font-weight: bold;
  border-radius: 4px;
  background: #fff url("../images/more_arrow.png") right 20px center no-repeat;
}
.platform-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 246px;
  padding-top: 40px;
  margin-right: 30px;
  border-radius: 4px;
  color: #333;
  background: #fff url("../images/platform_card_bg.jpg") center center/100% 100% no-repeat;
  border-radius: 4px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.platform-item:last-child {
  margin-right: 0;
}
.platform-item:hover {
  height: 278px;
  margin-top: -16px;
  color: #fff;
  padding-top: 30px;
  background-image: url("../images/platform_card_bgh.jpg");
}
.platform-item:hover .platform-go {
  display: inline-block;
}

/* 交易信息 */
.trade .com-table-bd {
  height: 337px;
  overflow-y: auto;
}
.trade .col1 {
  width: 65%;
}
.trade .col2 {
  width: 12%;
}
.trade .col3 {
  width: 13%;
}
.trade .col4 {
  width: 10%;
}
.trade .null {
  height: 337px;
}

/* 开标日程 */
.calendar {
  width: 433px;
}
.calendar .layui-laydate {
  width: 100%;
  border: 0;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
.calendar .layui-laydate-main {
  width: 100%;
}
.calendar .layui-laydate-content table {
  width: 100%;
}
.calendar .layui-laydate-header {
  border-bottom: 0;
  padding: 0 100px;
}
.calendar .layui-laydate-header * {
  vertical-align: top;
}
.calendar .layui-laydate-header i {
  top: 0;
  color: #A8B6C1;
}
.calendar .layui-laydate-header i:hover, .calendar .layui-laydate-header span:hover {
  color: #226FD8;
}
.calendar .layui-laydate-header i.laydate-prev-y {
  left: 42px;
}
.calendar .layui-laydate-header i.laydate-prev-m {
  left: 72px;
}
.calendar .layui-laydate-header i.laydate-next-m {
  right: 72px;
}
.calendar .layui-laydate-header i.laydate-next-y {
  right: 42px;
}
.calendar .layui-laydate-header i.laydate-prev-y,
.calendar .layui-laydate-header i.laydate-next-y {
  display: none;
}
.calendar .laydate-set-ym span {
  min-width: 100px;
  margin: 0 4px;
  padding: 0 24px 0 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  background: url("../images/laydate_set_ym_arrow.png") right 8px center no-repeat;
}
.calendar .laydate-ym-show .laydate-set-ym span {
  padding: 0 8px;
  background: transparent;
  text-align: center;
}
.calendar .layui-laydate-content {
  padding: 10px 0 0;
}
.calendar .layui-laydate-content table {
  border-collapse: inherit;
}
.calendar .layui-laydate-content td, .calendar .layui-laydate-content th {
  border: 1px solid #E1E9F6;
  height: 48px;
}
.calendar .layui-laydate-content th {
  background: #F4F8FD;
  color: #226FD8;
}
.calendar .layui-laydate-content td {
  position: relative;
  color: #333;
  font-size: 16px;
}
.calendar .layui-laydate-content td .num {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 4px;
  line-height: 15px;
  font-size: 12px;
  color: #fff;
  background: #226FD8;
}
.calendar .layui-laydate-content .laydate-day-next, .calendar .layui-laydate-content .laydate-day-prev {
  color: #c2c2c2;
}
.calendar .layui-laydate .layui-this {
  background-color: #226FD8 !important;
}
.calendar .layui-laydate-content td.layui-this .num {
  color: #226FD8;
  background: #F4F8FF;
}
.calendar .layui-laydate-content td:hover {
  background-color: transparent;
  color: #226FD8;
  border-color: #226FD8;
}
.calendar .layui-laydate-list li:hover {
  background-color: transparent;
  color: #226FD8;
}

.bid .com-table {
  width: 727px;
}
.bid .com-table-bd {
  height: 337px;
  overflow-y: auto;
}
.bid .com-table .col1 {
  width: 13%;
}
.bid .com-table .col2 {
    width: 73%;
  /*width: 59%;*/

}
.bid .com-table .col3 {
  /*width: 14%;*/
  display:none;
}
.bid .com-table .col4 {
  width: 14%;
}
.bid .null {
  height: 337px;
}

/* blue-bg */
.blue-bg {
  padding: 50px 0;
  background: url("../images/blue_bg.png") center center/100% 100% no-repeat;
}

/* 帮助中心 */
.help-center {
  width: calc(50% - 20px);
}
.help-center .com-body {
  height: 369px;
  padding: 12px 16px 0;
  overflow: hidden;
}

/* 关于我们 */
.about-us {
  width: calc(50% - 20px);
}
.about-us .com-body {
  height: 369px;
  padding: 16px;
  overflow: hidden;
}
.about-us-show .swiper-slide {
  height: 242px;
  line-height: 242px;
  border-radius: 4px;
  overflow: hidden;
}
.about-us-show .swiper-pagination-bullet {
  border-radius: 0;
  background: #fff;
  vertical-align: bottom;
}
.about-us-show .swiper-pagination-bullet:only-child {
  display: none;
}
.about-us-img {
  display: block;
  width: 100%;
  height: 100%;
}
.about-us-intro {
  max-height: 75px;
  line-height: 25px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}