@charset "UTF-8";

/**
 * 首页
 * date: 2024-9-19
 * author: fxyue;
 */
#header {
  height: 110px;
}

.banner-swiper {
  display: none;
}

.banner {
  position: relative;
  width: 100%;
  height: 610px;
  overflow: hidden;
}

.banner .swiper-pagination {
  font-size: 0;
  bottom: 40px;
}

.banner .swiper-pagination-bullet {
  width: 420px;
  height: 2px;
  border-radius: 0;
  background: #fff;
  opacity: 0.4;
  outline: 0;
  margin: 0 10px !important;
  font-size: 28px;
  position: relative;
}

.banner .swiper-pagination-bullet label {
  font-size: 28px;
  font-weight: bold;
  line-height: 41px;
  color: #fff;
  position: absolute;
  top: -56px;
  left: 0;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.module {
  padding: 60px 0;
  box-sizing: border-box;
}

.module-title {
  font-family: "YouSheBiaoTiHei";
  font-size: 34px;
  line-height: 44px;
  padding-left: 30px;
  background: url("../images/index/module_title_icon.png") left center no-repeat;
}

.module-content {
  margin-top: 30px;
}

.module-more {
  display: none;
  height: 46px;
  line-height: 47px;
  color: #004386;
  padding-right: 25px;
  background: url("../images/index/module_more_icon.png") right 18px no-repeat;
}

.module1 {
  
  background: url("../images/index/module_bg1.jpg") top left no-repeat #fff;
  background-size: 100% 100%;
}

.notice {
   width: calc(100% - 303px - 33px);
}

.notice .module-content {
  box-shadow: 0px 1px 20px 0px rgba(108, 108, 108, 0.15);
  padding: 12px 20px;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
}

.notice-hd {
  height: 46px;
  border-bottom: 1px solid #D5D5D5;
  display: flex;
  justify-content: space-between;
}

.notice-hd>ul {
  display: flex;
}

.notice-node {
  height: 45px;
  line-height: 47px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
}

.notice-node:nth-child(n+2) {
  margin-left: 30px;
}

.notice-node.current {
  border-bottom: 2px solid #004386;
  color: #004386;
}

.notice-bd {
  margin-top: 24px;
  height: 283px;
  overflow: hidden;
}

.notice-item {
  display: flex;
}

.notice-item:nth-child(n+2) {
  margin-top: 26px;
}

.notice-date {
  padding: 5px 0;
  line-height: 20px;
  width: 54px;
  position: relative;
  display: flex;
}

.notice-date::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background: #D5D5D5;
}

.notice-date p {
  text-align: center;
  font-family: "DIN";
  font-weight: 700;
}

.notice-date p:nth-child(1) {
  font-size: 16px;
  color: #004386;
}

.notice-date p:nth-child(2) {
  margin-top: 1px;
  color: #999;
}

.notice-box {
  margin-left: 16px;
  width: calc(100% - 54px - 16px);
}

.notice-box>a {
  line-height: 24px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
}

.notice-box p {
  color: #999;
  line-height: 21px;
  margin-top: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.entry {
  margin-left: 33px;
  width: 303px;
}

.entry .module-content ul {
  margin-top: -12px;
}

.entry-item {
   margin-top: 12px;

}

.entry-item:hover>a {
  border-color: #0189D4;
  color: #004386;
  box-shadow: 0px 0px 10px 0px rgba(4, 43, 57, 0.1019607843);;
}
.entry-item:hover > a span {
  background-image: url("../images/index/entry_arrh.png");
}

.entry-item>a {
  height: 66px;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding-left: 40px;
  border: 2px solid transparent;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  background: url("../images/index/entry_item_bg.png") center center no-repeat;
}

.entry-item i {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 72px;
  height: 72px;
  transform: translateY(-50%);
  background: no-repeat center center;
  background-size: 100% 100%;
}

.entry-item span {
  display: block;
  width: 116px;
  line-height: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  background: url("../images/index/entry_arr.png") right center no-repeat;
}

.entry-item:nth-child(1) i {
  background-image: url("../images/index/entry_icon1.png");
}

.entry-item:nth-child(2) i {
  background-image: url("../images/index/entry_icon2.png");
}

.entry-item:nth-child(3) i {
  background-image: url("../images/index/entry_icon3.png");
}

.entry-item:nth-child(4) i {
  background-image: url("../images/index/entry_icon4.png");
}

.entry-item:nth-child(5) i {
  background-image: url("../images/index/entry_icon5.png");
}

/*.entry-item:nth-child(6) i {
*  background-image: url("../images/index/entry_icon6.png");
}*/



.bid {
  height: 746px;
  background: url("../images/index/module_bg2.jpg") right bottom no-repeat rgba(183, 211, 249, 0.21);
  background-size: 100% 100%;
}

.bid-hd {
  background: rgba(196, 221, 255, 0.5);
  padding: 12px 80px 12px 20px;
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 38px;
}

.bid-hd>ul {
  display: flex;
}

.bid-node {
  width: 200px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 26px;
}

.bid-node.current {
  font-weight: 700;
  color: #fff;
  background: linear-gradient(270deg, #84C112 0%, #0191DA 100%);
}

.bid-node:nth-child(n+2) {
  margin-left: 16px;
}

.bid-bd {
  margin-top: 40px;
}

.bid-bd ul {
  margin: -20px 0 0 -20px;
}

.bid .bdl:nth-child(1) .bid-box {
  height: 231px;
}

.bid-item {
  margin: 20px 0 0 20px;
  width: calc(25% - 20px);
  float: left;
}

.bid-item:hover .bid-box {
  transform: translateY(-10px);
  border-color: #0189D4;
}

.bid-box {
  height: 208px;
  box-shadow: 0px 0px 16.8px 0px rgba(54, 82, 3, 0.08);
  border-radius: 12px;
  background: #fff;
  padding: 18px 10px;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.bid-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bid-date {
  font-size: 16px;
  color: #999;
  width: 117px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #D5D5D5;
  color: #666;
}

.bid-title {
  text-align: justify;
  margin-top: 20px;
  height: 54px;
  line-height: 27px;
  overflow: hidden;
  font-size: 16px;
  display: block;
  color: #000;
  font-weight: bold;
}

.bid-wrap {
  display: flex;
  margin-top: 6px;
}

.bid-sub {
  line-height: 21px;
  color: #999;
  background: no-repeat left center;
  padding-left: 28px;
}

.bid-sub:nth-child(n+2) {
  margin-left: 26px;
  position: relative;
}

.bid-sub:nth-child(n+2)::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #D5D5D5;
}

.bid-sub:nth-child(1) {
  background-image: url("../images/index/bid_icon1.png");
}

.bid-sub:nth-child(2) {
  background-image: url("../images/index/bid_icon2.png");
}

.bid-company {
  margin-top: 14px;
  line-height: 21px;
  color: #666;
  background: url("../images/index/bid_icon3.png") no-repeat left center;
  padding-left: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bid-time {
  margin-top: 14px;
  line-height: 21px;
  color: #666;
  background: url("../images/index/bid_icon4.png") no-repeat left center;
  padding-left: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 2px;
}

.bid-time span {
  color: #D50005;
  margin-left: 6px;
}

.tender {
  height: 785px;
  background: url("../images/index/module_bg3.jpg") bottom center no-repeat #f5f5f5;
  background-size: 100% 100%;
}

.tender .bdl:nth-child(1) .bid-box {
  height: 231px;
}

.help {
  height: 374px;
  background: url("../images/index/module_bg4.jpg") bottom center no-repeat;
  background-size: 100% 100%;
}

.help .module-content {
  margin-left: -20px;
}

.help .module-content>ul {
  display: flex;
}

.help-item {
  margin-left: 20px;
  width: calc(25% - 20px);
}

.help-item>a {
  height: 180px;
  box-shadow: 0px 0px 16.8px 0px rgba(54, 82, 3, 0.08);
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  background: #fff;
  padding: 36px 22px 0;
  display: block;
  line-height: 36px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  position: relative;
}

.help-item>a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 7px;
  left: 22px;
  bottom: 50px;
  background: url("../images/index/help_more.png") no-repeat;
}

.help-item>a::after {
  content: "";
  position: absolute;
  right: 36px;
  bottom: 24px;
  width: 58px;
  height: 58px;
}

.help-item:nth-child(1)>a {
  background: url("../images/index/help_item_bg1.png") right top no-repeat #fff;
}

.help-item:nth-child(1)>a::after {
  background: url("../images/index/help_icon1.png") no-repeat;
}

.help-item:nth-child(2)>a {
  background: url("../images/index/help_item_bg2.png") right top no-repeat #fff;
}

.help-item:nth-child(2)>a::after {
  background: url("../images/index/help_icon2.png") no-repeat;
}

.help-item:nth-child(3)>a {
  background: url("../images/index/help_item_bg3.png") right top no-repeat #fff;
}

.help-item:nth-child(3)>a::after {
  background: url("../images/index/help_icon3.png") no-repeat;
}

.help-item:nth-child(4)>a {
  background: url("../images/index/help_item_bg4.png") right top no-repeat #fff;
}

.help-item:nth-child(4)>a::after {
  background: url("../images/index/help_icon4.png") no-repeat;
}

.footer {
  margin-top: 0;
}