@charset "UTF-8";
/**
 * 中国平煤神马能源化工集团有限责任公司招标采购中心云商平台建设项目
 * date: 2023-8-1
 * author: wuzhou;
 */
.banner-area {
  position: relative;
  height: 480px;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper .swiper-slide > img {
  height: 100%;
}

.notice-area {
  position: absolute;
  width: 820px;
  z-index: 152;
  bottom: 0;
  left: 50%;
  transform: translateX(-600px);
  box-sizing: border-box;
  padding-right: 47px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../images/notice_bg.png") right center no-repeat;
}
.notice-area .notice-title {
  padding-left: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  background: url("../images/notice_ico.png") left center no-repeat;
}
.notice-area .notice-more {
  color: #999;
  font-size: 15px;
}

.notice-bg {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 50%;
  bottom: 0;
  height: 62px;
  background: linear-gradient(180deg, #e5eff9 0%, #fff 100%);
}

.notice-info {
  flex: 1;
  margin: 0 39px 0 21px;
  padding: 17px 0 15px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.notice-info .notice-item {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.notice-info .notice-link {
  display: block;
  width: 463px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice-info .notice-date {
  color: #999;
}

.banner-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  right: 50%;
  transform: translateX(550px);
  text-align: right;
  bottom: 22px;
}

.banner-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 0.5;
  margin-top: 2px;
  vertical-align: top;
}

.banner-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 46px;
  border-radius: 32px;
}

.module-title-area {
  padding-top: 50px;
}
.module-title-area .module-en {
  text-align: center;
  color: #bac4ce;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.module-title-area .module-cn {
  padding: 0 19px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  background-color: #fff;
}
.module-title-area .module-line {
  margin-top: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-title-area .module-line .module-cn {
  position: relative;
  z-index: 50;
}
.module-title-area .module-line .module-cn span:first-child {
  color: #0870ba;
}
.module-title-area .module-line .module-cn span:last-child {
  color: #0a9f46;
}
.module-title-area .module-line .line-dot {
  width: 12px;
  height: 3px;
  background: #0870ba;
}
.module-title-area .module-line .module-more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  border-radius: 20px;
  padding: 0 8px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #d9d9d9;
  background: #fafbff;
  z-index: 50;
}
.module-title-area .module-line .module-more:hover {
  color: #0870ba;
  border-color: #0870ba;
}
.module-title-area .module-line:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #dfdfdf;
  z-index: 1;
}
.module-title-area .module-line:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 3px;
  background: #0870ba;
  z-index: 20;
}

.news-area {
  margin-top: 40px;
}

.module-half {
  width: 589px;
}

/* 资讯轮播图 */
.info-swiper {
  height: 349px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.08);
}
.info-swiper .swiper-slide {
  position: relative;
}
.info-swiper .swiper-slide > a {
  display: block;
  height: 100%;
}
.info-swiper .img {
  width: 100%;
  height: 349px;
}

.summary {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 589px;
  height: 42px;
  background: linear-gradient(90deg, rgba(23, 42, 92, 0.8) 2.38%, rgba(23, 42, 92, 0.3) 96.19%);
}
.summary-content {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 350;
  line-height: 42px;
  letter-spacing: 0.025px;
  padding-left: 76px;
  max-width: 400px;
}
.summary .summary-date {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 5px;
  width: 66px;
  height: 61px;
  background-color: #0870ba;
  overflow: hidden;
}
.summary .summary-date > span {
  text-align: center;
  display: block;
  height: 18px;
  line-height: 18px;
  margin-top: 9px;
  font-size: 12px;
  color: #fff;
}
.summary .summary-date > span:first-child {
  font-size: 24px;
  font-weight: bold;
}

.ring .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.36;
  border-radius: 0;
}
.ring .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets.ring {
  width: auto;
  left: auto;
  bottom: 12px;
  right: 13px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.ring .swiper-pagination-bullet {
  margin: 0px 2px;
}

/* 新闻列表 */
.list {
  padding: 11px 20px 0;
  box-sizing: border-box;
  height: 349px;
  overflow-y: auto;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.08);
}
.list li {
  position: relative;
  line-height: 40px;
  height: 40px;
}
.list li + li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 45px;
  left: 3px;
  bottom: 18px;
  background: #e7e7e7;
}
.list li:hover .txt {
  color: #0870ba;
}
.list li:hover .date {
  color: #0870ba;
}
.list li:hover:before {
  background: #0870ba;
}
.list li:before {
  content: "";
  width: 7px;
  height: 7px;
  z-index: 10;
  background: #e7e7e7;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  border-radius: 50%;
}
.list a {
  display: block;
  height: 100%;
  padding-right: 110px;
  position: relative;
  line-height: 40px;
  padding-left: 17px;
  font-size: 16px;
  color: #333;
}
.list .txt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list .date {
  position: absolute;
  right: 5px;
  top: 0;
  color: #999999;
}

/* 交易信息 */
.trade-info {
  margin-top: 50px;
  height: 540px;
  background: url("../images/trade_bg.jpg") center top no-repeat;
}
.trade-info .module-cn {
  background-color: #eff3fe;
}

.party-link {
  margin-top: 30px;
  display: block;
  height: 120px;
}
.party-link > img {
  width: 100%;
  height: 100%;
}

/* 交易信息tab */
.trade-tab {
  margin-top: 40px;
  height: 332px;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.08);
}

.trade-hd {
  width: 180px;
  height: 100%;
  overflow-y: auto;
  background: url("../images/trade_hd_bg.jpg") no-repeat center bottom;
  background-color: #d7e7ff;
  padding-top: 20px;
  box-sizing: border-box;
}
.trade-hd .item {
  height: 52px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 52px;
  margin-bottom: 20px;
  padding-left: 62px;
  box-sizing: border-box;
  cursor: pointer;
}
.trade-hd .item:nth-child(1) {
  background: url("../images/trade_hd_img_1.png") no-repeat 25px center;
}
.trade-hd .item:nth-child(1).active {
  color: #0870ba;
  background-color: #fff;
  border-radius: 26px 0 0 26px;
  background-image: url("../images/trade_hd_img_1h.png");
}
.trade-hd .item:nth-child(2) {
  background: url("../images/trade_hd_img_2.png") no-repeat 25px center;
}
.trade-hd .item:nth-child(2).active {
  color: #0870ba;
  background-color: #fff;
  border-radius: 26px 0 0 26px;
  background-image: url("../images/trade_hd_img_2h.png");
}
.trade-hd .item:nth-child(3) {
  background: url("../images/trade_hd_img_3.png") no-repeat 25px center;
}
.trade-hd .item:nth-child(3).active {
  color: #0870ba;
  background-color: #fff;
  border-radius: 26px 0 0 26px;
  background-image: url("../images/trade_hd_img_3h.png");
}
.trade-hd .item:nth-child(4) {
  background: url("../images/trade_hd_img_4.png") no-repeat 25px center;
}
.trade-hd .item:nth-child(4).active {
  color: #0870ba;
  background-color: #fff;
  border-radius: 26px 0 0 26px;
  background-image: url("../images/trade_hd_img_4h.png");
}
.trade-hd .item:nth-child(5) {
  background: url("../images/trade_hd_img_5.png") no-repeat 25px center;
}
.trade-hd .item:nth-child(5).active {
  color: #0870ba;
  background-color: #fff;
  border-radius: 26px 0 0 26px;
  background-image: url("../images/trade_hd_img_5h.png");
}

.trade-bd {
  width: calc(100% - 180px);
  height: 100%;
  background: #fff;
  box-sizing: border-box;
}

.trade-bdl {
  padding-left: 10px;
  padding-top: 10px;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  display: none;
}

.tender {
  position: relative;
}
.tender-more {
  position: absolute;
  top: -48px;
  right: 0;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  color: #187aee;
  padding-right: 10px;
  box-sizing: border-box;
  background: url("../images/info_notice_more_icon.png") no-repeat center right;
}
.tender-content {
  display: flex;
  flex-wrap: wrap;
}
.tender-content .item {
  display: flex;
  color: #999;
  width: calc(50% - 30px);
  margin: 10px 20px 10px 10px;
}
.tender-content .item-date {
  position: relative;
  box-sizing: border-box;
  padding-top: 9px;
  width: 78px;
  height: 58px;
  border: 1px solid #eaeaea;
  background: #fbfbfb;
}
.tender-content .item-date > span {
  display: block;
  text-align: center;
  line-height: 16px;
}
.tender-content .item-date > span:first-child {
  line-height: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #0870ba;
  margin-bottom: 8px;
}
.tender-content .item-date:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  width: 10px;
  height: 2px;
  background-color: #0870ba;
}
.tender-content .item-info {
  margin-left: 15px;
  flex: 1;
  overflow: hidden;
}
.tender-content .item-name {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  /* height: 30px; */
  height: 60px;
  line-height: 30px;
  white-space: break-spaces !important;
}
.tender-content .item-name:hover {
  color: #0870ba;
}
.tender-content .item-txt {
  display: block;
  /* height: 28px; */
  height: 0px;
  line-height: 28px;
}

/* 产品展示 */
.product-wrap {
  padding-top: 40px;
  padding-bottom: 30px;
  overflow: hidden;
}

.product-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
}
.product-items .product-item {
  margin-right: 24px;
  box-sizing: border-box;
  width: 282px;
  height: 272px;
  margin-bottom: 20px;
}
.product-items .product-item > a {
  border: 1px solid #e8eaee;
  box-sizing: border-box;
  display: block;
  padding: 20px 20px 0;
  height: 100%;
  color: #333;
  transition: all 0.3s;
}
.product-items .product-item:hover > a {
  margin-top: -10px;
  border-color: #2b7ce9;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.product-items .product-item .pro-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 139px;
}
.product-items .product-item .pro-img > img {
  max-width: 100%;
  min-height: 100%;
}
.product-items .product-item .pro-title {
  margin-top: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-items .product-item .pro-info {
  height: 54px;
  color: #999;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-items .product-item .pro-info > span {
  color: #666;
}

/* 专业化公司 */
.company-area {
  height: 506px;
  background: url("../images/company_bg.jpg") center top no-repeat;
}
.company-area .module-cn {
  padding: 0 5px;
  background-color: #ebf1fd;
}
.company-area .line-dot {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 3px;
  background: #0870ba;
  z-index: 20;
}

.company-wrap {
  margin-top: 40px;
}
.company-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  overflow-y: auto;
  height: 320px;
}
.company-items .company-item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(20% - 20px);
  height: 140px;
}
.company-items .company-item > a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.company-items .company-item > a > img {
  width: 100%;
  height: 100%;
}
.company-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: bottom 0.3s;
}

.company-info {
  position: absolute;
  padding: 9px 12px 10px;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  z-index: 30;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: top 0.3s;
}
.company-info > span {
  display: block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.company-items .company-item > a:hover .company-txt {
  bottom: -30px;
}
.company-items .company-item > a:hover .company-info {
  top: 0;
}