@charset "UTF-8";
/**
 * 首页
 * date: 2025-3-28
 * author: hjhua;
 */
.com-hd {
  padding: 25px 0;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-hd.spe .com-tt {
  width: 170px;
}
.com-hd.spe .com-line {
  width: calc(100% - 160px - 85px);
}
.com-hd .com-more {
  width: 85px;
  text-align: right;
}
.com-tt {
  font-size: 28px;
  font-weight: bold;
  width: 187px;
  height: 32px;
  line-height: 32px;
  color: #333;
}
.com-line {
  height: 1px;
  background: #dfdfdf;
  position: relative;
  width: calc(100% - 130px - 85px);
}
.com-line::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  right: 0;
  top: -1px;
  background: #d11b1a;
}
.com-more {
  line-height: 32px;
  color: #333;
  padding-right: 10px;
  box-sizing: border-box;
  background: url("../images/com_more_icon.png") right center no-repeat;
}

.banner {
  height: 542px;
  position: relative;
}
.banner .swiper-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
  font-size: 0;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  background: #fff;
  opacity: 0.5;
  border-radius: 0;
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  width: 50px;
  opacity: 1;
}
.banner-img {
  position: relative;
  left: 50%;
  height: 542px;
  transform: translateX(-50%);
}

.banner .container {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

.module1 {
  padding: 40px 0;
  background: #fff;
}
.module1 .container {
  display: flex;
}

.show .login {
  width: 289px;
}
.show .login-item {
  background: url("../images/login_item.png") no-repeat center;
  position: relative;
}
.show .login-item::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 95px;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
.show .login-item:nth-child(1)::before {
  background: url("../images/login_icon1.png") no-repeat;
}
.show .login-item:nth-child(2)::before {
  background: url("../images/login_icon2.png") no-repeat;
}
.show .login-item:nth-child(3)::before {
  background: url("../images/login_icon3.png") no-repeat;
}
.show .login-item:nth-child(4)::before {
  background: url("../images/login_icon4.png") no-repeat;
}
.show .login-item > a {
  display: block;
  padding: 13px 28px 0 40px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 30px;
  height: 84px;
  box-sizing: border-box;
  background: url("../images/login_line.png") 40px 53px no-repeat;
}
.show .login-item + .login-item {
  margin-top: 20px;
}
.show .login-item .login-sub {
  margin-top: -4px;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}
.show .login-item .login-sub > span {
  color: #CDCDCD;
}

.scroll {
  width: calc(100% - 24px - 289px);
  margin-right: 24px;
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.scroll-box {
  width: 461px;
  height: 355px;
}
.scroll-box .swiper-container {
  height: 100%;
  position: relative;
}
.scroll-box .swiper-button-prev,
.scroll-box .swiper-button-next {
  width: 11px;
  height: 19px;
  margin-top: -25px;
  outline: none;
}
.scroll-box .swiper-button-prev {
  left: 10px;
  background: url("../images/scroll_prev.png") no-repeat;
}
.scroll-box .swiper-button-next {
  right: 10px;
  background: url("../images/scroll_next.png") no-repeat;
}
.scroll-box .swiper-button-next.swiper-button-disabled,
.scroll-box .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.scroll-box .swiper-button-prev:after,
.scroll-box .swiper-container-rtl .swiper-button-next:after,
.scroll-box .swiper-button-next:after,
.scroll-box .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
.scroll-box .swiper-pagination-fraction {
  bottom: 0;
  left: auto;
  right: 12px;
  width: auto;
  font-size: 13px;
  color: #adadad;
  height: 30px;
  line-height: 30px;
}
.scroll-box .swiper-pagination-current {
  color: #fff;
}
.scroll-infor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 55px 0 12px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 13px;
  background: rgba(41, 41, 41, 0.6);
}
.scroll-img {
  display: block;
  width: 100%;
  height: 355px;
}

.notice {
  width: calc(100% - 456px - 24px);
  margin-left: 24px;
}
.notice-hd {
  height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}
.notice-node {
  float: left;
  line-height: 24px;
  height: 39px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.notice-node:nth-child(n+2) {
  margin-left: 28px;
}
.notice-node.current {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  position: relative;
}
.notice-node.current::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d11b1a;
}
.notice .com-more {
  margin-top: 4px;
  color: #999;
  background-image: url("../images/com_more_icon2.png");
}
.notice-bd {
  height: 315px;
  overflow: hidden;
}
.notice .com-list {
  height: 44px;
  line-height: 44px;
  background-image: url("../images/com_infor_icon2.png");
}
.notice .com-infor {
  color: #4e5463;
  font-size: 14px;
}
.notice .com-date {
  font-size: 14px;
}

.module2 {
  background: #f8f8f8;
  padding-bottom: 30px;
}

.information-hd > ul {
  display: flex;
  margin-left: -20px;
}
.information-node {
  font-size: 18px;
  color: #4e5463;
  background: #fff;
  height: 50px;
  /* width: 0; */
  flex: 1;
  margin-left: 20px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  width: 129px;
}
.information-node.current {
  color: #fff;
  font-weight: bold;
  background: #d11b1a;
}
.information-bd {
  margin-top: 20px;
}
.information-bd .bdl {
  display: flex;
}
.information-left {
  width: 163px;
  height: 415px;
  padding: 9px 0;
  box-sizing: border-box;
  background: url("../images/information_left_bg.jpg") no-repeat;
  overflow: auto;
}
.information-sub {
  position: relative;
  height: 66px;
  line-height: 66px;
  padding: 0 10px 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222;
  font-size: 16px;
  cursor: pointer;
}
.information-sub.current {
  font-size: 18px;
  color: #d11b1a;
  background: #fae8e8;
}
.information-right {
  margin-left: 20px;
  width: calc(100% - 163px - 20px);
  height: 348px;
  overflow: hidden;
}
.information-right .com-table tbody td {
  height: 60px;
}

.module3 {
  padding: 10px 0 40px;
  background: url("../images/module_bg3.png") bottom center no-repeat #fff;
}
.module3 .information-node {
  background: #f5f5f5;
}
.module3 .information-node.current {
  background: #d11b1a;
}

.supply-bd {
  height: 494px;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.module4 {
  padding: 10px 0 40px;
  background: #fff;
}

.recommend-bd {
  height: 196px;
  position: relative;
}
.recommend-bd .swiper-container {
  margin: -7px 0;
  height: 210px;
  padding: 7px 0;
  box-sizing: border-box;
  position: relative;
}
.recommend-bd .swiper-button-prev,
.recommend-bd .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  outline: none;
}
.recommend-bd .swiper-button-prev {
  left: -8px;
  background: url("../images/recommend_prev.png") no-repeat;
}
.recommend-bd .swiper-button-next {
  right: -8px;
  background: url("../images/recommend_next.png") no-repeat;
}
.recommend-bd .swiper-button-prev:after,
.recommend-bd .swiper-container-rtl .swiper-button-next:after,
.recommend-bd .swiper-button-next:after,
.recommend-bd .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-slide:hover .recommend-box {
  transform: translateY(-7px);
  box-shadow: 0px 4px 20px 0px #0000001a;
}

.recommend-box {
  display: block;
  height: 196px;
  transition: transform 0.2s linear;
}

.recommend-img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer {
  margin-top: 0;
}

.slider {
  position: fixed;
  right: 37px;
  width: 82px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
}
.slider-item:nth-child(n+2) {
  margin-top: 8px;
}
.slider-item > a {
  width: 82px;
  height: 82px;
  border-radius: 2px;
  padding-top: 49px;
  box-sizing: border-box;
  background: 50% 11px no-repeat #fff;
  box-shadow: 0px 3px 10px 0px rgba(51, 92, 172, 0.2);
  display: block;
  text-align: center;
  color: #333;
  line-height: 21px;
}
.slider-item:nth-child(1) > a {
  background-image: url("../images/slider_icon1.png");
}
.slider-item:nth-child(2) > a {
  background-image: url("../images/slider_icon2.png");
}
.slider-item:nth-child(3) > a {
  background-image: url("../images/slider_icon3.png");
}

.bid-wrap {
  position: relative;
  height: 384px;
  overflow: hidden;
}
.bid-wrap.str_wrap.str_active {
  background: transparent;
}
.bid-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-right: -12px;
}
.bid-item {
  position: relative;
  width: 624px;
  height: 87px;
  padding: 8px 12px;
  border-radius: 4px;
  background: #f5f5f5;
  margin: 12px 12px 0 0;
  box-sizing: border-box;
}
.bid-item:nth-child(1), .bid-item:nth-child(2) {
  margin-top: 0;
}
.bid-name {
  width: 525px;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  height: 42px;
}
.bid-time {
  color: #d11b1a;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  padding-left: 20px;
  margin-top: 8px;
  background: url("../images/bid_time.png") left center no-repeat;
}
.bid-room {
  position: absolute;
  color: #fff;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 11px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 4px 0 12px;
  background: linear-gradient(145deg, #d11b1a 13.53%, #ffa928 127.16%);
}


.kbxx {
  display: flex;
  margin-left: -20px;
}