@charset "UTF-8";
/**
 * html
 * date: 2025-9-16
 * author: 程姣姣;
 */
body {
  background: url("/images/index/bg.png") no-repeat center 350px;
}
.module-box{
  padding-top:40px
}
.index-top {
  position: relative;
  min-width: 1320px;
  height: 350px;
  z-index: 10;
  /* 轮播图 */
}
.index-top .top-nav {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 5;
}
.index-top .top-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.index-top .top-nav .container p {
  font-size: 16px;
  color: #fff;
}
.index-top .top-nav .container .index-menu {
  display: flex;
}
.index-top .top-nav .container .index-menu li a {
  display: block;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
}
.index-top .top-nav .container .index-menu li.current a {
  font-weight: bold;
  border-radius: 16px;
  background: #00afef;
}
.index-top .top-con {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 134px;
  margin-top: 66px;
  z-index: 5;
}
.index-top .top-con .logo {
  width: 460px;
  text-align: justify;
  text-align-last: justify;
  color: #fff;
  padding-left: 70px;
  background: url("/images/index/logo.png") no-repeat 0 center;
}
.index-top .top-con .logo::after {
  position: absolute;
  right: -8px;
  top: 0;
}
.index-top .top-con .logo h1 {
  font-size: 48px;
  font-weight: bold;
}
.index-top .top-con .logo p {
  font-size: 17px;
  text-transform: uppercase;
}
.index-top .top-con .search-ct {
  position: relative;
  width: 380px;
  height: 48px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  padding-right: 8px;
}
.index-top .top-con .search-ct.active {
  background: #fff;
}
.index-top .top-con .search-ct input {
  width: calc(100% - 58px);
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  line-height: 48px;
  font-size: 18px;
  color: #333;
  background: none;
}
.index-top .top-con .search-ct input::placeholder {
  color: #999;
}
.index-top .top-con .search-ct .btn {
  width: 48px;
  height: 48px;
  text-align: center;
  background: url("/images/index/search-btn.png") no-repeat center center;
  cursor: pointer;
}
.index-top .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 350px;
  overflow: hidden;
  z-index: 2;
  background: #1f6de8;
}
.index-top .banner .swiper-pagination {
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 1200px !important;
  display: flex;
  justify-content: center;
}
.index-top .banner .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.4;
  outline: 0;
  margin: 0 2px !important;
  position: relative;
}
.index-top .banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-top .banner .swiper-slide {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.index-top .banner .swiper-slide > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

/* 右侧功能菜单 */
.slide-wrap {
  position: fixed;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 100px;
  z-index: 999;
}
.slide-wrap .side-list {
  background: #fff;
  box-shadow: 0 2px 14px rgba(4, 44, 101, 0.1);
  border-radius: 4px;
}
.slide-wrap .side-list .side-item {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px dashed rgba(153, 153, 153, 0.2);
}
.slide-wrap .side-list .side-item:first-child {
  border-radius: 4px 4px 0 0;
}
.slide-wrap .side-list .side-item:last-child {
  border-bottom: none;
  border-radius: 0 0 4px 4px;
}
.slide-wrap .side-list .side-item::before {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  width: 100%;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.2);
}
.slide-wrap .side-list .side-item:nth-child(1)::before {
  background-image: url("/images/index/side-icon3.png");
}
.slide-wrap .side-list .side-item:nth-child(1):hover::before {
  background-image: url("/images/index/side-icon3h.png");
}
.slide-wrap .side-list .side-item:nth-child(2)::before {
  background-image: url("/images/index/side-icon1.png");
}
.slide-wrap .side-list .side-item:nth-child(2):hover::before {
  background-image: url("/images/index/side-icon1h.png");
}
.slide-wrap .side-list .side-item:nth-child(3)::before {
  background-image: url("/images/index/side-icon2.png");
}
.slide-wrap .side-list .side-item:nth-child(3):hover::before {
  background-image: url("/images/index/side-icon2h.png");
}
.slide-wrap .side-list .side-item:nth-child(4)::before {
  background-image: url("/images/index/side-icon3.png");
}
.slide-wrap .side-list .side-item:nth-child(4):hover::before {
  background-image: url("/images/index/side-icon3h.png");
}
.slide-wrap .side-list .side-item:nth-child(5)::before {
  background-image: url("/images/index/side-icon4.png");
}
.slide-wrap .side-list .side-item:nth-child(5):hover::before {
  background-image: url("/images/index/side-icon4h.png");
}
.slide-wrap .side-list .side-item:hover {
  color: #fff;
  background: linear-gradient(180deg, #1f6de8 0%, #488fff 100%);
}
.slide-wrap .side-list .side-item span {
  display: block;
  padding: 48px 0 10px;
  line-height: 20px;
  font-size: 16px;
}
.slide-wrap .side-list .side-item.phone {
  position: relative;
}
.slide-wrap .side-list .side-item.phone .tip {
  position: absolute;
  left: -155px;
  top: 50%;
  margin-top: -40px;
  width: 155px;
  height: 87px;
  color: #333;
  text-align: left;
  background: url(/images/index/tip-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  transform: scale(0);
  line-height: 24px;
  padding: 20px 0 0 25px;
  box-sizing: border-box;
}
.slide-wrap .side-list .side-item.phone:hover .tip {
  transform: scale(1);
}
.slide-wrap .side-list:last-child {
  margin-top: 20px;
}
.slide-wrap .side-list:last-child .side-item:nth-child(1)::before {
  background-image: url("/images/index/side-icon2_1.png");
}
.slide-wrap .side-list:last-child .side-item:nth-child(1):hover::before {
  background-image: url("/images/index/side-icon2_1h.png");
}
.slide-wrap .side-list:last-child .side-item:nth-child(2)::before {
  background-image: url("/images/index/side-icon2_2.png");
}
.slide-wrap .side-list:last-child .side-item:nth-child(2):hover::before {
  background-image: url("/images/index/side-icon2_2h.png");
}
.slide-wrap .side-list:last-child .back-top span {
  padding: 0;
  height: 42px;
  line-height: 42px;
}
.slide-wrap .side-list:last-child .back-top::before {
  background: transparent;
}
.slide-wrap .side-list:last-child .back-top:hover::before {
  background: transparent;
}

.more-btn {
  padding-right: 12px;
  font-size: 16px;
  line-height: 30px;
  color: #1f6de8;
  background: url("/images/index/more-icon.png") right center no-repeat;
}
.more-btn:hover {
  opacity: 0.8;
}

.news-box {
  padding-top: 40px;
}
.news-box .container {
  display: flex;
  justify-content: space-between;
}
.news-box .news {
  width: 414px;
  height: 289px;
}
.news-box .news-swiper {
  position: relative;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.news-box .news-swiper .swiper-button-prev,
.news-box .news-swiper .swiper-button-next {
  top: 50%;
  margin: 0;
  width: 15px;
  height: 25px;
  background: no-repeat center;
  transform: translateY(-50%);
}
.news-box .news-swiper .swiper-button-prev::after,
.news-box .news-swiper .swiper-button-next::after {
  content: "";
}
.news-box .news-swiper .swiper-button-prev.swiper-button-disabled,
.news-box .news-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.news-box .news-swiper .swiper-button-prev {
  left: 26px;
  right: auto;
  background-image: url("/images/index/news_prev_icon.png");
}
.news-box .news-swiper .swiper-button-next {
  left: auto;
  right: 26px;
  background-image: url("/images/index/news_next_icon.png");
}
.news-box .news-swiper .swiper-pagination-bullets {
  bottom: 64px;
  left: 22px;
  right: auto;
  width: auto;
  height: 3px;
}
.news-box .news-swiper .swiper-pagination-bullet {
  margin: 0 2px !important;
  width: 40px;
  height: 100%;
  vertical-align: top;
  border-radius: 0;
  background: #fff;
  opacity: 0.36;
}
.news-box .news-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.news-box .news-item {
  position: relative;
  display: block;
  height: 100%;
}
.news-box .news-img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-box .news-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 22px;
  width: 100%;
  height: 25px;
  z-index: 10;
}
.news-box .news-text {
  display: block;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-box .note-content {
  position: relative;
  width: 510px;
}
.news-box .note-content .note-hd {
  position: relative;
  display: flex;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
}
.news-box .note-content .note-hd .more-btn {
  position: absolute;
  top: 0;
  height: 30px;
  right: 0;
}
.news-box .note-content .note-hd-item {
  position: relative;
  width: 96px;
  height: 30px;
}
.news-box .note-content .note-hd-item > a {
  display: block;
  height: 100%;
  line-height: 30px;
  color: #666;
  font-size: 18px;
  text-align: center;
  background: #e9efff;
  border-radius: 15px;
}
.news-box .note-content .note-hd-item:hover > a, .news-box .note-content .note-hd-item.current > a {
  font-weight: bold;
  color: #fff;
  background: #2872ef;
}
.news-box .note-content .note-hd-item.current a {
  color: #fff;
  background: #2872ef;
}
.news-box .note-content .note-hd-item + .note-hd-item {
  margin-left: 10px;
}
.news-box .note-content .note-bd {
  max-height: 238px;
  overflow: hidden;
}
.news-box .note-content .note-list {
  height: 100%;
}
.news-box .note-content .note-list .note-list-item {
  height: 34px;
  line-height: 32px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.news-box .note-content .note-list .note-list-item + .note-list-item {
  margin-top: 17px;
}
.news-box .note-content .note-list .note-list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  background: url("/images/index/list-dot.png") left center no-repeat;
}
.news-box .note-content .note-list .note-list-item h4 {
  flex: 1;
  padding-right: 10px;
}
.news-box .note-content .note-list .note-list-item span {
  flex-shrink: 0;
}
.news-box .note-content .note-list .note-list-item:hover {
  border-color: #1f6de8;
}
.news-box .note-content .note-list .note-list-item:hover a {
  color: #1f6de8;
}
.news-box .links {
  width: 240px;
}
.news-box .links a {
  display: block;
  height: 135px;
  padding: 48px 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 4px;
  overflow: hidden;
}
.news-box .links a:first-child {
  margin-bottom: 20px;
}
.news-box .links a:nth-child(1) {
  background: url("/images/index/link-item1.png");
}
.news-box .links a:nth-child(2) {
  background: url("/images/index/link-item2.png");
}
.news-box .links a span {
  position: relative;
  padding-bottom: 14px;
}
.news-box .links a span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 29px;
  height: 6px;
  background: url("/images/index/link-arrow.png");
}
.news-box .links a:hover span::before {
  animation: moveX 2s linear infinite;
}

.two-tab {
  /* height: 488px; */
  margin-top: 20px;
  padding: 24px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 14px rgba(4, 44, 101, 0.1);
}
.two-tab .two-tab-hd {
  position: relative;
  height: 30px;
  display: flex;
  margin-bottom: 20px;
}
.two-tab .two-tab-hd span {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: #e9efff;
  border-radius: 15px;
  font-size: 18px;
  cursor: pointer;
}
.two-tab .two-tab-hd span + span {
  margin-left: 10px;
}
.two-tab .two-tab-hd span.current {
  color: #fff;
  font-weight: bold;
  background: #1f6de8;
}
.two-tab .two-tab-hd .more-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.two-tab .two-tab-bd-item {
  display: flex;
}
.two-tab .two-tab-bd-item .three-tab-hd {
  width: 180px;
  border-radius: 4px;
  overflow: hidden;
}
.two-tab .two-tab-bd-item .three-tab-hd span {
  display: block;
  height: 76px;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
  border-left: 3px solid #a6c4f6;
  background: url("/images/index/two-hd-item.png") no-repeat 0 center;
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.two-tab .two-tab-bd-item .three-tab-hd span + span {
  margin-top: 2px;
}
.two-tab .two-tab-bd-item .three-tab-hd span.current {
  color: #fff;
  font-weight: bold;
  background: url("/images/index/two-hd-itemh.png") no-repeat 0 center;
}
.two-tab .two-tab-bd-item .three-tab-bd {
  width: 952px;
  margin-left: 20px;
}

.table-wrap .col1 {
  width: 515px;
}
.table-wrap .col5 {
  width: 800px;
}
.table-wrap .col2 {
  width: 140px;
}
.table-wrap .col3 {
  width: 100px;
}
.table-wrap .col4 {
  width: 200px;
}
.table-wrap .col2,
.table-wrap .col3,
.table-wrap .col4 {
  text-align: center;
}
.table-wrap .table-bd {
  width: 970px;
  height: 351px;
}
.table-wrap .table-bd table {
  width: 952px;
}
.table-wrap .table-bd tr {
  height: 50px;
}
.table-wrap .table-bd .col1 {
  display: flex;
  align-items: center;
}
.table-wrap .table-bd .col1 .tag {
  height: 21px;
  line-height: 21px;
  color: #b77100;
  font-size: 12px;
  background: #fff4e2;
  margin-right: 4px;
}
.table-wrap .table-bd .col1 .name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-wrap .table-bd .col1 .new {
  width: 32px;
  height: 16px;
  background: url("/images/index/new.png");
}
.table-wrap .table-bd .col5 {
  display: flex;
  align-items: center;
}
.table-wrap .table-bd .col5 .tag {
  height: 21px;
  line-height: 21px;
  color: #b77100;
  font-size: 12px;
  background: #fff4e2;
  margin-right: 4px;
}
.table-wrap .table-bd .col5 .name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-wrap .table-bd .col5 .new {
  width: 32px;
  height: 16px;
  background: url("/images/index/new.png");
}
.table-wrap .table-bd .status1 {
  color: #008f5f;
}
.table-wrap .table-bd .status2 {
  color: #d03434;
}

.table-wrap {
  font-size: 16px;
  /* height: 100%; */
}
.table-wrap .table-hd > table {
  table-layout: fixed;
  width: 100%;
}
.table-wrap .table-hd > table > thead > tr {
  height: 40px;
}
.table-wrap .table-hd > table > thead > tr > th {
  padding: 0 10px;
  color: #fff;
  background-color: #1f6de8;
}
.table-wrap .table-bd {
  overflow: auto;
  overflow-x: hidden;
  /* margin-bottom: 18px; */
}
.table-wrap .table-bd > table {
  table-layout: fixed;
}
.table-wrap .table-bd > table > tbody > tr {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.table-wrap .table-bd > table > tbody > tr > td {
  padding: 12px 10px;
}
.notbidding-box {
  .two-tab{
    /* height:412px; */
  }
  .table-wrap .table-bd{
    height: 426px;
  }
}
.supplier-box .platforms {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.supplier-box .platforms a {
  width: 285px;
  height: 120px;
  line-height: 105px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 4px;
  overflow: hidden;
}
.supplier-box .platforms a:nth-child(1) {
  background: url("/images/index/platform-bg1.png");
}
.supplier-box .platforms a:nth-child(2) {
  background: url("/images/index/platform-bg2.png");
}
.supplier-box .platforms a:nth-child(3) {
  background: url("/images/index/platform-bg3.png");
}
.supplier-box .platforms a:nth-child(4) {
  background: url("/images/index/platform-bg4.png");
}
.supplier-box .platforms a span {
  position: relative;
}
.supplier-box .platforms a span::before {
  position: absolute;
  left:0;
  bottom: -26px;
  content: "";
  width: 29px;
  height: 6px;
  background: url("/images/index/platform-arrow.png");
}
.supplier-box .platforms a:hover span::before {
  animation: moveX 2s linear infinite;
}
.supplier-box .list-wrap {
  position: relative;
  height: 572px;
  margin-top: 20px;
  padding: 24px 24px 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 14px rgba(4, 44, 101, 0.1);
}
.supplier-box .list-wrap .list-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  color: #fff;
  background-color: #1f6de8;
}
.supplier-box .list-wrap p {
  text-align: center;
}
.supplier-box .list-wrap .col1 {
  width: 60px;
}
.supplier-box .list-wrap .col5 {
  width: 60px;
}
.supplier-box .list-wrap .col2 {
  width: 600px;
}
.supplier-box .list-wrap .col3 {
  width: 250px;
}
.supplier-box .list-wrap .col4 {
  width: 200px;
}
.supplier-box .list-wrap .list-bd {
  height: 442px;
  margin-bottom: 10px;
  overflow: hidden;
}
.supplier-box .list-wrap .list-bd .swiper-wrapper {
  flex-direction: column;
}
.supplier-box .list-wrap .list-bd .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.supplier-box .list-wrap .list-bd .swiper-wrapper .swiper-slide p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.supplier-box .list-wrap .more-btn {
  position: absolute;
  right:24px;
  bottom: 26px;
}
.supplier-box #supplierPager {
  margin-top: 0;
}

.link-box {
  min-width: 1320px;
  height: 261px;
  padding-top: 42px;
  margin-top:40px;
  background: url("/images/index/box-qytg.png") no-repeat center top;
}
.link-box .module-title {
  color: #fff;
}
.link-box .module-title::before {
  background-image: url("/images/index/mod-tit-lt2.png");
}
.link-box .module-title::after {
  background-image: url("/images/index/mod-tit-rt2.png");
}
.link-box .swiper {
  position: relative;
  margin-top: 36px;
  height: 100px;
}
.link-box .swiper .swiper-container {
  margin-left: -10px;
  width: calc(100% + 20px);
}
.link-box .swiper .swiper-slide {
  padding: 0 10px;
}
.link-box .swiper .swiper-button-prev,
.link-box .swiper .swiper-button-next {
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: no-repeat center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  transform: translateY(-50%);
  transition: all 0.3s;
  background-color: #fff;
}
.link-box .swiper .swiper-button-prev.swiper-button-disabled,
.link-box .swiper .swiper-button-next.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.16);
  opacity: 1;
}
.link-box .swiper .swiper-button-prev {
  left: auto;
  right: calc(100% + 20px);
  background-image: url("/images/index/link-prev.png");
}
.link-box .swiper .swiper-button-prev:hover {
  background-image: url("/images/index/link-prev.png");
}
.link-box .swiper .swiper-button-prev.swiper-button-disabled {
  background-image: url("/images/index/link-prev-act.png");
}
.link-box .swiper .swiper-button-next {
  left: calc(100% + 20px);
  right: auto;
  background-image: url("/images/index/link-next.png");
}
.link-box .swiper .swiper-button-next:hover {
  background-image: url("/images/index/link-next.png");
}
.link-box .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url("/images/index/link-next-act.png");
}
.link-box .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.link-box .item .img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.header,
.news-box,
.module-box,
.footer-wrap {
  min-width: 1320px;
}