﻿
/**
 * 东风公司采购招投标平台
 * date: 2024-7-2
 * author: gaojing;
 */
 @font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("../font/YouSheBiaoTiHei.woff") format("woff"), url("../font/YouSheBiaoTiHei.ttf") format("truetype"), url("../font/YouSheBiaoTiHei.eot") format("embedded-opentype");
}

body {
  background: #fff;
}

.mod {
  padding-top: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-hd {
  position: relative;
  margin-bottom: 24px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.mod-title {
  display: inline-block;
}
.mod-title span {
  position: relative;
  font-size: 36px;
  font-weight: bold;
}
.mod-title span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -36px;
  display: block;
  width: 23px;
  height: 23px;
  background: url("../image/title_before.png");
}
.mod-title span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: -26px;
  width: 14px;
  height: 13px;
  background: url("../image/title_after.png");
}

.banner {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.banner-swiper {
  width: 100%;
  height: 100%;
}
.banner-swiper .swiper-slide {
  overflow: hidden;
}
.banner-swiper img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner-img {
  position: relative;
  display: block;
  height: 100%;
}

.notice {
  margin-top: 30px;
  position: relative;
}
.notice-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(#E6EBF2), color-stop(10%, #E6EBF2), to(#fff));
  background: linear-gradient(90deg, #E6EBF2 0%, #E6EBF2 10%, #fff 100%);
  border-radius: 4px 4px 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px -6px 16px 0px rgba(60, 74, 86, 0.1), 1px 7px 4px 15px rgba(60, 74, 86, 0.01);
          box-shadow: 0px -6px 16px 0px rgba(60, 74, 86, 0.1), 1px 7px 4px 15px rgba(60, 74, 86, 0.01);
}
.notice-hd-item {
  height: 44px;
  line-height: 44px;
  padding: 0 24px;
  cursor: pointer;
}
.notice-hd-item span {
  color: #9EA6B1;
  font-size: 24px;
  font-family: "YouSheBiaoTiHei";
}
.notice-hd-item.current {
  height: 50px;
  line-height: 50px;
  margin-top: -6px;
  position: relative;
  background: #fff;
  z-index: 3;
}
.notice-hd-item.current span {
  background: -webkit-linear-gradient(top, #B4D9FF, #0864D0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0073C0;
  font-size: 28px;
}
.notice-hd-item.current::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -8px;
  width: 280px;
  height: 70px;
  background: url(../image/notice-arrow1.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}
.notice-hd-item:nth-child(2).current::before, .notice-hd-item:nth-child(3).current::before, .notice-hd-item:nth-child(4).current::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 226px;
  background-image: url("../image/notice-arrow2.png");
}
.notice-hd-item + li {
  margin-left: 20px;
}
.notice-bd {
  height: 104px;
  -webkit-box-shadow: 0px 10px 18px 0px rgba(60, 74, 86, 0.05), 26px 20px 18px 0px rgba(60, 74, 86, 0.05), -12px 20px 18px 0px rgba(60, 74, 86, 0.05);
          box-shadow: 0px 10px 18px 0px rgba(60, 74, 86, 0.05), 26px 20px 18px 0px rgba(60, 74, 86, 0.05), -12px 20px 18px 0px rgba(60, 74, 86, 0.05);
  position: relative;
  z-index: 4;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.notice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
}
.notice-list li {
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice-list li:nth-child(n+3) {
  margin-top: 16px;
}
.notice-list li:nth-child(2n+1) {
  padding-right: 30px;
}
.notice-list li:nth-child(2n) {
  padding-right: 0;
}
.notice-item {
  font-size: 16px;
  margin-right: auto;
  position: relative;
  padding-left: 12px;
  color: #4e5463;
  max-width: calc(100% - 100px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #4e5463;
  border-radius: 50%;
}
.notice-item:hover {
  color: #0b76e3;
}
.notice-item:hover:before {
  background: #0b76e3;
}
.notice-item-date {
  font-size: 16px;
  color: rgba(78, 84, 99, 0.48);
}
.notice .public-more {
  position: absolute;
  right: 20px;
  top: -36px;
}

.work {
  margin-bottom: 48px;
}
.work-swiper {
  margin: 0;
  width: 600px;
  height: 446px;
}
.work-swiper .swiper-pagination {
  padding-right: 9px;
  color: #fff;
  text-align: right;
  box-sizing: border-box;
}
.work-swiper .swiper-pagination-bullet {
  margin: 0 3px !important;
  background: #fff;
  opacity: 1;
}
.work-swiper .swiper-pagination-bullet-active {
  background: #0b76e3;
}
.work-swiper .swiper-button-next, .work-swiper .swiper-button-prev {
  top: 43%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-size: 24px 24px;
}
.work-swiper .swiper-button-prev,
.work-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url("https://etp.dfmc.com.cn/images/index/arrow_left2.png");
}
.work-swiper .swiper-button-next,
.work-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url("https://etp.dfmc.com.cn/images/index/arrow_right2.png");
}
.work-item {
  position: relative;
  display: block;
  height: 100%;
}
.work-item img {
  width: 100%;
  height: 100%;
}
.work-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 180px 0 12px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}
.work-tab {
  padding: 24px 24px 0;
  width: 600px;
  height: 446px;
  background: url("../image/work_tab.png") right top no-repeat;
  background-size: 100% 100%;
  border-top: 2px solid #61afff;
  box-sizing: border-box;
}
.work-hd {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  height: 52px;
  background: rgba(255, 255, 255, 0.2);
  /* backdrop-filter: blur(2px); */
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.work-hd-item {
  padding: 0 30px;
  height: 52px;
  line-height: 52px;
  color: #4e4e4e;
  font-size: 16px;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
.work-hd-item.current {
  color: #2e3033;
  font-weight: bold;
  border-bottom-color: #0b76e3;
}
.work-bd {
  position: relative;
}
.work-bd .public-more {
  position: absolute;
  right: 12px;
  top: -38px;
}
.work-selected {
  margin-bottom: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  line-height: 26px;
  border-bottom: 1px solid #accef1;
  background: #fff;
}
.work-selected .title {
  line-height: 30px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.work-selected .detail {
  margin-top: 6px;
  color: #5b5a5a;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.work-selected .date {
  display: inline;
  color: rgba(91, 90, 90, 0.48);
  text-align: right;
}
.work-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
  font-size: 16px;
}
.work-list-item + .work-list-item {
  margin-top: 17px;
}
.work-list-item .title {
  margin-right: auto;
  padding-left: 10px;
  max-width: 78%;
  color: #333;
  background: url("../image/dot.png") no-repeat left center;
  box-sizing: border-box;
}
.work-list-item .title:hover {
  color: #0b76e3;
}
.work-list-item .date {
  color: rgba(91, 90, 90, 0.48);
  flex-shrink: 0;
}

.quick {
  height: 476px;
  background: url("../image/quick_bg.png") no-repeat center;
}
.quick-login {
  margin-bottom: 30px;
  display: flex;
}
.quick-login li {
  flex: 1;
}
.quick-login li + li {
  margin-left: 20px;
}
.quick-login li:nth-child(1) .icon {
  background-image: url("../image/quick_login1.png");
}
.quick-login li:nth-child(2) .icon {
  background-image: url("../image/quick_login2.png");
}
.quick-login li:nth-child(3) .icon {
  background-image: url("../image/quick_login3.png");
}
.quick-login li:nth-child(4) .icon {
  background-image: url("../image/quick_login4.png");
}
.quick-login li:nth-child(5) .icon {
  background-image: url("../image/quick_login5.png");
}
.quick-login-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 154px;
  line-height: 18px;
  color: #fff;
  font-size: 16px;
  background: url("../image/quick_login_bg.png");
  border-radius: 4px;
  transition: all 0.3s ease;
}
.quick-login-item:hover {
  background: url("../image/quick_login_bg_h.png");
}
.quick-login-item .icon {
  margin-bottom: 10px;
  width: 94px;
  height: 84px;
  background-position: center;
  background-repeat: no-repeat;
}
.quick-enter {
  display: flex;
}
.quick-enter li {
  flex: 1;
}
.quick-enter li + li {
  margin-left: 20px;
}
.quick-enter li:nth-child(1) .icon {
  background-image: url("../image/quick_enter1.png");
}
.quick-enter li:nth-child(2) .icon {
  background-image: url("../image/quick_enter2.png");
}
.quick-enter li:nth-child(3) .icon {
  background-image: url("../image/quick_enter3.png");
}
.quick-enter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  color: #333;
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: linear-gradient(155deg, #e3edfa 16.13%, #fff 83.93%);
  box-shadow: 0px 127px 36px 0px rgba(159, 174, 193, 0), 0px 81px 32px 0px rgba(159, 174, 193, 0.03), 0px 46px 27px 0px rgba(159, 174, 193, 0.06), 0px 20px 20px 0px rgba(159, 174, 193, 0.12), 0px 5px 11px 0px rgba(159, 174, 193, 0.16);
}
.quick-enter-item .icon {
  margin-right: 10px;
  width: 94px;
  height: 84px;
  background-position: center;
  background-repeat: no-repeat;
}

.trade {
  height: 826px;
}
.trade-hd {
  margin-bottom: 30px;
  display: flex;
}
.trade-hd-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ecf1fb;
  background: linear-gradient(180deg, #edf3fd 0%, #fff 100%);
  box-shadow: 0px 127px 36px 0px rgba(159, 174, 193, 0), 0px 81px 32px 0px rgba(159, 174, 193, 0.03), 0px 46px 27px 0px rgba(159, 174, 193, 0.06), 0px 20px 20px 0px rgba(159, 174, 193, 0.12), 0px 5px 11px 0px rgba(159, 174, 193, 0.16);
  cursor: pointer;
}
.trade-hd-item + .trade-hd-item {
  margin-left: 20px;
}
.trade-hd-item.current {
  color: #fff;
  background: url("../image/trade_type_bg.png");
}
.trade-hd-item:nth-child(1) .icon {
  background: url("../image/trade_type1.png") center no-repeat;
}
.trade-hd-item:nth-child(2) .icon {
  background: url("../image/trade_type2.png") center no-repeat;
}
.trade-hd-item:nth-child(3) .icon {
  background: url("../image/trade_type3.png") center no-repeat;
}
.trade-hd-item .icon {
  margin-right: 10px;
  width: 69px;
  height: 68px;
}
.trade-sub .sub-hd {
  margin: 0 214px 28px 0;
  display: flex;
  justify-content: space-between;
}
.trade-sub .sub-hd-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 42px;
  line-height: 41px;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
.trade-sub .sub-hd-item.current {
  color: #0b76e3;
  border-bottom-color: #0b76e3;
}
.trade-sub .sub-hd-item:hover {
  color: #0b76e3;
}
.trade-sub .sub-hd-item:nth-child(1) span {
  background-image: url("../image/trade_ico1.png");
}
.trade-sub .sub-hd-item:nth-child(2) span {
  background-image: url("../image/trade_ico2.png");
}
.trade-sub .sub-hd-item:nth-child(3) span {
  background-image: url("../image/trade_ico3.png");
}
.trade-sub .sub-hd-item:nth-child(4) span {
  background-image: url("../image/trade_ico4.png");
}
.trade-sub .sub-hd-item span {
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left center;
}
.trade-sub .sub-bd {
  position: relative;
}
.trade .public-more {
  position: absolute;
  top: -61px;
  right: 10px;
}
.trade .mall {
  margin-top: 21px;
  padding-left: 106px;
  display: flex;
  align-items: center;
  height: 130px;
  background: url("../image/enter_bg.png");
  border-radius: 6px;
}
.trade .mall span {
  color: #404a5e;
  font-size: 32px;
}
.trade .mall-enter {
  margin-left: 94px;
  padding-right: 22px;
  color: #0b76e3;
  font-size: 16px;
  background: url("../image/enter_ico.png") right center no-repeat;
}
.trade .public-table td {
  height: 52px;
  color: #767676;
  border-bottom: 0;
}

.mb16 {
  margin-bottom: 16px;
}

.statistics-data {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  height: 158px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  box-shadow: 0px 127px 36px 0px rgba(159, 174, 193, 0), 0px 81px 32px 0px rgba(159, 174, 193, 0.03), 0px 46px 27px 0px rgba(159, 174, 193, 0.06), 0px 20px 20px 0px rgba(159, 174, 193, 0.12), 0px 5px 11px 0px rgba(159, 174, 193, 0.16);
  box-sizing: border-box;
}
.statistics-data-item {
  padding-left: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  height: 87px;
  line-height: 18px;
  color: #666;
  font-size: 16px;
  border-radius: 4px;
  box-sizing: border-box;
}
.statistics-data-item + .statistics-data-item {
  margin-right: 40px;
}
.statistics-data-item:nth-child(2) {
  background: url("../image/statistics_ico2.png") 0 center no-repeat;
}
.statistics-data-item:nth-child(3) {
  background: url("../image/statistics_ico3.png") 0 center no-repeat;
}
.statistics-data-item:nth-child(4) {
  background: url("../image/statistics_ico4.png") 0 center no-repeat;
}
.statistics-data-item:nth-child(5) {
  background: url("../image/statistics_ico5.png") 0 center no-repeat;
}
.statistics-data-item.total {
  margin-right: 37px;
  padding-left: 88px;
  width: 249px;
  color: #fff;
  background: url("../image/statistics_ico1.png") 20px center no-repeat, url("../image/statistics_total.png") no-repeat left center/100% 100%;
  border-radius: 4px;
}
.statistics-data-item.total .value span {
  color: #fff;
}
.statistics-data-item .value {
  margin-top: 11px;
}
.statistics-data-item .value span {
  margin-right: 5px;
  color: #0b76e3;
  font-size: 24px;
  font-weight: bold;
  font-family: "OPPOSans-R";
}

.credit {
  height: 534px;
  background: url("../image/credit_bg.png") center no-repeat;
}
.credit .public-table {
  border-radius: 4px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.58);
}
.credit .public-table td {
  height: 50px;
  border-bottom: 0;
}
.credit .public-table .date {
  color: #767676;
}
.credit .public-more {
  position: absolute;
  top: 15px;
  right: 10px;
}



.trade-hd-item:nth-child(4) .icon {
  background: url("../image/trade_type1.png") center no-repeat;
}
.trade-hd-item:nth-child(5) .icon {
  background: url("../image/trade_type2.png") center no-repeat;
}
.trade-hd-item:nth-child(6) .icon {
  background: url("../image/trade_type3.png") center no-repeat;
}


.trade-sub .sub-hd-item:nth-child(5) span {
    background-image: url(../image/trade_ico1.png);
}