@charset "UTF-8";
/**!
 * 首页
 * date:2022-04-12
 * author: zsy;
 */
.scroll-next {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.26rem;
  width: 0.84rem;
  height: 0.78rem;
  background: url("../images/index/scroll_next.png") no-repeat;
  background-size: 100%;
  animation: fadeInOut 3s infinite alternate;
  z-index: 10;
}

.slide-img {
  width: 100%;
  height: 100%;
}

.main-box {
  font-size: 0.16rem;
  color: #52545d;
}

.main-box .fp-slidesNav.bottom {
  bottom: 0.86rem;
  left: 0.6rem;
  margin-left: 0 !important;
}

.main-box .fp-slidesNav ul {
  font-size: 0;
}

.main-box .fp-slidesNav ul li {
  width: auto;
  height: auto;
  margin: 0 0.1rem;
  vertical-align: top;
}

.main-box .fp-slidesNav ul li a {
  width: 0.3rem;
  height: 0.04rem;
}

.main-box .fp-slidesNav ul li a span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  left: auto;
  top: auto;
  margin: 0;
}

.main-box .fp-slidesNav ul li a.active {
  width: 0.66rem;
}

.main-box .fp-slidesNav ul li:hover a.active span,
.main-box .fp-slidesNav ul li a.active span {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0;
  background: #fff;
}

.main-box .fp-tableCell {
  vertical-align: top;
}

.wrap {
  height: 6.4rem;
  margin-top: 1.46rem;
}

.left-box {
  width: 15rem;
  height: 100%;
  padding: 0.32rem 0.53rem 0 0.35rem;
}

.condition-wrap {
  height: 0.5rem;
  margin-top: 0.16rem;
}

.condition-tt {
  width: 1.05rem;
  height: 0.28rem;
  line-height: 0.28rem;
  padding-right: 0.08rem;
  box-sizing: border-box;
  text-align: right;
}

.condition-list {
  margin-left: 1.13rem;
}

.condition-item {
  height: 0.28rem;
  line-height: 0.28rem;
  padding: 0 0.16rem;
  border-radius: 0.2rem;
  cursor: pointer;
}

.condition-item.active {
  color: #fff;
  background-color: #c4d9f6;
  background-image: linear-gradient(to bottom, #c4d9f6, #6f99d3);
}

.tabview {
  position: relative;
}

.type-hd {
  margin-left: 0.09rem;
  width: 1.13rem;
  padding-top: 0.3rem;
}

.type-hdl {
  line-height: 0.25rem;
  font-size: 0.2rem;
}

.type-hdl + .type-hdl {
  margin-top: 0.25rem;
}

.type-hdl > a {
  position: relative;
  display: inline-block;
  min-width: 0.76rem;
  padding: 0.79rem 0 0 0;
  color: #52545D;
  vertical-align: top;
}

.type-hdl > a:after {
  background: url("../images/index/type_bg.png") no-repeat center top;
  background-size: 0.74rem 0.74rem;
  z-index: 0;
}

.type-hdl > a:before,
.type-hdl > a:after {
  content: "";
  position: absolute;
  left: 0.04rem;
  top: 0;
  width: 0.74rem;
  height: 0.74rem;
  background-repeat: no-repeat;
  background-position: center;
}

.type-hdl:nth-child(1) > a:before {
  background-image: url("../images/index/type_ico1.png");
  background-size: 0.38rem 0.38rem;
  z-index: 1;
}

.type-hdl:nth-child(1).active > a:before {
  background-image: url("../images/index/type_ico1h.png");
  background-size: 0.38rem 0.38rem;
}

.type-hdl:nth-child(2) > a:before {
  background-image: url("../images/index/type_ico2.png");
  background-size: 0.45rem 0.38rem;
  z-index: 1;
}

.type-hdl:nth-child(2).active > a:before {
  background-image: url("../images/index/type_ico2h.png");
  background-size: 0.45rem 0.38rem;
}

.type-hdl:nth-child(3) > a:before {
  background-image: url("../images/index/type_ico3.png");
  background-size: 0.29rem 0.36rem;
  z-index: 1;
}

.type-hdl:nth-child(3).active > a:before {
  background-image: url("../images/index/type_ico3h.png");
  background-size: 0.29rem 0.36rem;
}

.type-hdl:nth-child(4) > a:before {
  background-image: url("../images/index/type_ico4.png");
  background-size: 0.39rem 0.38rem;
  z-index: 1;
}

.type-hdl:nth-child(4).active > a:before {
  background-image: url("../images/index/type_ico4h.png");
  background-size: 0.39rem 0.38rem;
}

.type-hdl.active > a {
  color: #4888F7;
}

.type-hdl.active > a:after {
  background-image: url("../images/index/type_bgh.png");
}

.type-bd {
  margin-left: 1.27rem;
}

.bdl {
  display: none;
}

.bid-hd {
  height: 0.35rem;
}

.bid-hd .condition-item {
  height: 0.35rem;
  line-height: 0.35rem;
  padding: 0;
}

.bid-hd .condition-item + .bid-hd .condition-item {
  margin-left: 0.05rem;
}

.bid-hd .condition-item > a {
  padding: 0 0.2rem;
  color: #52545d;
}

.bid-hd .condition-item.active > a {
  color: #fff;
}

.bid-bd {
  margin-top: 0.2rem;
}

.table-item {
  padding: 0 0.05rem;
  box-sizing: border-box;
  text-align: center;
}

.table-item.area {
  padding-left: 0.17rem;
}

.table-item .project-name {
  display: inline-block;  
  max-width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}

.table-item:nth-child(1) {
  width: 40%;
  text-align: left;
}

.table-item:nth-child(2) {
  width: 20%;
  text-align: center;
}

.table-item:nth-child(3) {
  width: 20%;
  text-align: center;
}

.table-item:nth-child(4) {
  width: 20%;
}

.table-hd {
  width: 100%;
	table-layout: fixed;
  height: 0.33rem;
  line-height: 0.33rem;
  background-color: #2B89FD;
  background: linear-gradient(180deg, #2693F8, #4879F7);
  box-shadow: 0px 3px 27px 0px rgba(228, 235, 240, 0.59);
}

.table-hd .table-item {
  color: #fff;
}

.table-hd .table-item:nth-child(1) {
  padding-left: 0.39rem;
}

.table-bd {
  position: relative;
}

.table-bd:before {
  position: absolute;
  left: 0.1rem;
  top: 0.22rem;
  content: "";
  height: calc(100% - 0.44rem);
  border-left: 0.01rem dashed #a7c2ee;
}

.body-item {
  position: relative;
  height: 0.45rem;
  line-height: 0.44rem;
  padding-left: 0.34rem;
}

.body-item:before {
  position: absolute;
  left: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.11rem;
  height: 0.11rem;
  background: url("../images/index/li_before.png") no-repeat;
  background-size: 100%;
}

.body-item:hover:before {
  left: 0.03rem;
  width: 0.15rem;
  height: 0.15rem;
  background-image: url("../images/index/li_beforeh.png");
}

.body-item + .body-item:after {
  position: absolute;
  left: 0.34rem;
  top: 0;
  content: "";
  width: calc(100% - 0.34rem);
  height: 0;
  border-bottom: 0.01rem dashed #b1c7ee;
}

.body-item .table-item > a {
  display: block;
  color: #52545d;
}

.table-row:hover .table-item,
.table-row:hover .table-item > a {
  color: #4888F7;
}

.table-item > a {
  color: #52545d;
}

.tab-more {
  margin-top: 0.055rem;
  line-height: 0.24rem;
  padding-right: 0.14rem;
  color: #4888F7;
  background: url("../images/index/more_ico.png") no-repeat right center;
  background-size: 0.07rem 0.09rem;
}

.right-box {
  width: 4.58rem;
}

.right-content + .right-content {
  margin-top: 0.17rem;
}

.right-content.notice {
  height: 0.72rem;
  padding: 0 0.15rem;
}

.right-content.notice > span {
  width: 1.45rem;
  height: 100%;
  line-height: 0.68rem;
  padding-left: 0.4rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  font-family: "YouSheBiaoTiHei";
  color: #4c88d7;
  background: url("../images/index/notice_ico.png") no-repeat left center;
  background-size: 0.3rem 0.27rem;
}

.notice-swiper {
  width: calc(100% - 1.45rem);
  height: 100%;
}

.notice-txt {
  display: block;
  height: 100%;
  line-height: 0.68rem;
  color: #52545d;
}

.right-content.announce {
  height: 3.34rem;
  padding: 0.18rem 0.24rem 0;
}

.announce-hdl {
  height: 0.23rem;
  line-height: 0.23rem;
  font-size: 0.24rem;
  font-family: "YouSheBiaoTiHei";
}

.announce-hdl + .announce-hdl {
  margin-left: 0.19rem;
}

.announce-hdl > a {
  position: relative;
  display: block;
  padding-left: 0.11rem;
  color: #999;
}

.announce-hdl.active > a {
  color: #4c88d7;
}

.announce-hdl.active > a:before {
  position: absolute;
  left: 0;
  top: 0.05rem;
  content: "";
  width: 0.02rem;
  height: 0.15rem;
  background-color: #4c88d7;
}

.announce-bd {
  padding-top: 0.17rem;
}

.announce-bd .tab-more {
  top: 0.18rem;
  right: 0.24rem;
}

.right-content.statistic {
  height: 2.25rem;
  padding: 0.24rem 0.24rem 0;
}

.register-num {
  height: 0.44rem;
  line-height: 0.44rem;
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.22rem;
}

.register-num > span {
  margin: 0 0.13rem 0 0.17rem;
  font-family: "YouSheBiaoTiHei";
  font-size: 0.4rem;
  color: #4c88d7;
}

.data-list {
  margin-top: 0.1rem;
  text-align: center;
  font-size: 0;
}

.data-item {
  display: inline-block;
  width: 33.33%;
  line-height: 0.3rem;
  padding-top: 0.25rem;
  text-align: center;
  font-size: 0.16rem;
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: top;
}

.data-item:nth-child(1) {
  background-image: url("../images/index/data_ico1.png");
  background-size: 0.24rem;
}

.data-item:nth-child(2) {
  background-image: url("../images/index/data_ico2.png");
  background-size: 0.25rem 0.24rem;
}

.data-item:nth-child(3) {
  background-image: url("../images/index/data_ico3.png");
  background-size: 0.22rem;
}

.footer {
  position: absolute;
  bottom: 0;
  margin-top: 0;
}

@keyframes fadeInOut {
  0% {
    opacity: 0.5;
    bottom: 5%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

.sub-title {
  margin: 0.39rem 0 0.21rem;
}

.sub-title h4 {
  display: inline-block;
  width: 1.66rem;
  height: 0.35rem;
  line-height: 0.35rem;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  background: linear-gradient(180deg, #2693F8, #4879F7);
  box-shadow: 0 0.03rem 0.27rem 0 rgba(228, 235, 240, 0.59);
  border-radius: 0.17rem;
}

.content-mainweb table {
	width: 100%;
	table-layout: fixed;
}

.pagination {
  text-align: right;
}

.pagination span {
   margin-right: 0.05rem;
}

.pagination a {
  margin-right: 0.05rem;
  padding: 0 0.09rem;
  display: inline-block;
  line-height: 0.28rem;
  color: #666;
  background: #fff;
  border: 0.01rem solid #dedede;
}

.pagination .active {
  padding: 0 0.09rem;
  display: inline-block;
  line-height: 0.28rem;
   color: #fff;
  background: #4888F7;
  border: 0.01rem solid #4888F7;
   
}