@charset "UTF-8";
/**
 * 宝华智慧招标共享平台投标人增值服务研发（一期）项目
 * date: 2024-5-16
 * author: xujiawei;
 */
.banner {
  position: relative;
  height: 5rem;
}
.banner-text {
  position: absolute;
  top: 1.08rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 9;
}
.banner-text img {
  width: 7.58rem;
  height: 0.81rem;
}
.banner-text p {
  color: #034bb7;
  font-size: 0.26rem;
  font-style: normal;
  line-height: 0.18rem;
  letter-spacing: 0.026rem;
  margin-top: 0.1rem;
}
.banner-swiper {
  height: 100%;
}
.banner-swiper img {
  height: 100%;
}
.banner-swiper .swiper-pagination {
  bottom: 1.31rem;
}
.banner-swiper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  opacity: 0.5;
}
.banner-swiper .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.08rem;
  border-radius: 0.1rem;
  background: #fff;
  opacity: 1;
}

.main {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.25rem;
}

.public-mod {
  padding: 0.22rem 0.27rem 0;
}

.more {
  margin-left: auto;
  color: rgba(78, 94, 121, 0.5);
  font-size: 0.16rem;
  font-weight: 400;
  padding-right: 0.17rem;
  background: url("../images/public/more.png") no-repeat right center;
  background-size: 0.11rem 0.15rem;
  cursor: pointer;
  transition: all 0.3s;
}
.more:hover {
  color: #1d6ad8;
  background: url("../images/public/more_h.png") no-repeat right center;
  background-size: 0.11rem 0.15rem;
}

.public-mod {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.24rem;
}
.public-mod > .mod-title {
  height: 0.41rem;
  line-height: 0.41rem;
  padding-bottom: 0.09rem;
  border-bottom: 0.01rem solid #e8ecf2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.public-mod > .mod-title h4 {
  font-size: 0.28rem;
  font-weight: 600;
}
.public-mod > .mod-content {
  height: 0;
  flex: 1;
}

.news {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 0.5rem;
  padding: 0 0.27rem;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
}
.news > .title {
  font-weight: 600;
  font-size: 0.22rem;
  padding-left: 0.34rem;
  flex-shrink: 0;
  background: url("../images/index/news_icon.png") no-repeat left center;
  background-size: 0.24rem 0.2rem;
  margin-right: 0.36rem;
}
.news .public-list {
  display: flex;
  width: 0;
  flex: 1;
  margin-right: 0.36rem;
}
.news .public-list li {
  border: 0;
  width: 50%;
  font-size: 0.18rem;
}
.news .public-list li + li {
  margin-left: 0.38rem;
}
.news .public-list .title {
  max-width: 5rem;
}

.deal {
  height: 7.2rem;
  width: 9.44rem;
  margin-right: 0.24rem;
}
.deal .mod-title h4 {
  padding-left: 0.34rem;
  background: url("../images/index/deal_icon.png") no-repeat left 0.09rem;
  background-size: 0.33rem 0.33rem;
}
.deal .mod-content {
  padding-top: 0.21rem;
}
.deal-tab {
  display: flex;
}
.deal-tab-hd {
  margin-right: 0.28rem;
}
.deal-tab-hd-item {
  position: relative;
  width: 1.51rem;
  height: 1.87rem;
  flex-shrink: 0;
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.22rem;
  color: #6182b9;
  padding-top: 1.15rem;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px 0px rgba(103, 136, 177, 0.15);
  cursor: pointer;
}

.deal-tab-hd-item.current{
  box-shadow: 0px 6px 4px 0px rgba(171, 212, 252, 0.41);
}
.deal-tab-hd-item:nth-child(1) {
  background: url("../images/index/deal_bg1.png") no-repeat;
  background-size: 100% 100%;
}
.deal-tab-hd-item:nth-child(1).current {
  color: #fff;
  background: url("../images/index/deal_bgh1.png") no-repeat;
  background-size: 100% 100%;
}
.deal-tab-hd-item:nth-child(2) {
  background: url("../images/index/deal_bg2.png") no-repeat;
  background-size: 100% 100%;
}
.deal-tab-hd-item:nth-child(2).current {
  color: #fff;
  background: url("../images/index/deal_bgh2.png") no-repeat;
  background-size: 100% 100%;
}
.deal-tab-hd-item:nth-child(3) {
  background: url("../images/index/deal_bg3.png") no-repeat;
  background-size: 100% 100%;
}
.deal-tab-hd-item:nth-child(3).current {
  color: #fff;
  background: url("../images/index/deal_bgh3.png") no-repeat;
  background-size: 100% 100%;
}
.deal-tab-hd-item + li {
  margin-top: 0.18rem;
}
.deal-tab-hd-item.current::after {
  content: "";
  position: absolute;
  top: 0.87rem;
  right: -0.09rem;
  width: 0.09rem;
  height: 0.12rem;
  background: url("../images/index/deal_arrow.png") no-repeat;
  background-size: 100% 100%;
}
.deal-tab-bd {
  width: 0;
  flex: 1;
}
.deal .result {
  margin-top: 0.08rem;
}
.deal .result .public-list-item {
  font-size: 0.18rem;
  height: 0.37rem;
}
.deal .result .public-list-item:last-child {
  /* border-bottom: 0; */
}

.deal .result .public-list-item .title:before{
  width: 0.05rem;
  height:0.05rem;
}

.deal .result .public-list-item.new .title:after{
  width:0.27rem;
  height:0.18rem;
}

.type-tab-hd {
  display: flex;
  height: 0.46rem;
  padding-top: 0.15rem;
  box-sizing: border-box;
  border-radius: 0.05rem 0.05rem 0 0;
  /* border: 0.01rem solid #fff; */
  border-bottom: 0;
  background: linear-gradient(180deg, #ecf0f7 0%, #fdfeff 100%);
  box-shadow: 0 0.04rem 0.12rem 0 #d7dff1 inset;
  padding-left: 0.19rem;
}
.type-tab-hd-item {
  font-size: 0.18rem;
  line-height: 0.18rem;
  height: 0.31rem;
  color: #4E5E79;
  box-sizing: border-box;
  /* padding: 0 0 0.11rem; */
  border-bottom: 0.02rem solid transparent;
  cursor: pointer;
}
.type-tab-hd-item.current {
  border-bottom-color: #1d6ad8;
  color: #1D6BD8;
}
.type-tab-hd-item + li {
  margin-left: 0.15rem;
}

.model-tab-hd {
  display: flex;
  height: 0.44rem;
  padding-top: 0.2rem;
  padding-left: 1.2rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ecf0f7 0%, #fdfeff 100%);
}
.model-tab-hd-item {
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: #4E5E79;
  cursor: pointer;
}
.model-tab-hd-item.current {
  color: #1d6bd8;
}
.model-tab-hd-item + li {
  margin-left: 0.3rem;
}
.model-tab-hd-mod {
  position: relative;
}
.model-tab-hd-mod::before {
  position: absolute;
  content: "公告类型：";
  font-size: 0.16rem;
  color: #4e5e79;
  top: 0.2rem;
  left: 0.2rem;
}
.model-tab-bd-item {
  position: relative;
}
.model-tab-bd-item::before {
  position: absolute;
  content: "招标机构：";
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #4e5e79;
  top: 0rem;
  left: 0.2rem;
  z-index: 99;
}
.model-tab-bd-item > .swiper-box {
  position: relative;
  height: 0.44rem;
  padding-top: 0rem;
  padding-left: 1.2rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  background: linear-gradient(360deg, #ecf0f7 0%, #fdfeff 100%);
  border-radius: 0 0 0.05rem 0.05rem;
}
.model-tab-bd-item > .swiper-box .swiper-container {
  height: 0.24rem;
  line-height: 0.24rem;
}
.model-tab-bd-item > .swiper-box .swiper-container .swiper-slide {
  width: auto;
  font-size: 0.16rem;
  color: #4e5e79;
  cursor: pointer;
}
.model-tab-bd-item > .swiper-box .swiper-container .swiper-slide.current {
  color: #1d6bd8;
}
.model-tab-bd-item > .swiper-box .swiper-button-prev {
  width: 0.08rem;
  height: 0.15rem;
  transform: translateY(-50%);
  margin-top: 0;
  top: 0.13rem;
  left: 1.05rem;
  background: url("../images/index/tab_prev.png") no-repeat center;
  background-size: 0.08rem 0.15rem;
}
.model-tab-bd-item > .swiper-box .swiper-button-next {
  width: 0.08rem;
  height: 0.15rem;
  transform: translateY(-50%);
  margin-top: 0;
  top: 0.13rem;
  right: 0.1rem;
  background: url("../images/index/tab_next.png") no-repeat center;
  background-size: 0.08rem 0.15rem;
}

.entrance {
  height: 7.2rem;
  width: 3.32rem;
  padding: 0.24rem 0.27rem;
}
.entrance li {
  height: 1.5rem;
  transition: all 0.5s;
}
.entrance li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.53rem 0 0 0.19rem;
  box-sizing: border-box;
}
.entrance li:nth-child(1) {
  background: url("../images/index/entrance_bg1.png") center no-repeat;
  background-size: 100% 100%;
}
.entrance li:nth-child(2) {
  background: url("../images/index/entrance_bg2.png") center no-repeat;
  background-size: 100% 100%;
}
.entrance li:nth-child(3) {
  background: url("../images/index/entrance_bg3.png") center no-repeat;
  background-size: 100% 100%;
}
.entrance li:nth-child(4) {
  background: url("../images/index/entrance_bg4.png") center no-repeat;
  background-size: 100% 100%;
}
.entrance li + li {
  margin-top: 0.24rem;
}
.entrance li:hover {
  background-size: 110% 110%;
}
.entrance li h4 {
  font-size: 0.26rem;
  line-height: 0.26rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.14rem;
}
.entrance li p {
  text-transform: uppercase;
  font-size: 0.12rem;
  color: #fff;
}

.company {
  width: 9.44rem;
  height: 4.34rem;
  margin-right: 0.24rem;
}
.company .mod-title h4 {
  padding-left: 0.34rem;
  background: url("../images/index/company_icon.png") no-repeat left 0.09rem;
  background-size: 0.33rem 0.33rem;
}
.company .mod-content {
  display: flex;
  padding-top: 0.19rem;
  padding-bottom: 0.11rem;
}
.company-swiper {
  height: 100%;
  width: 4.33rem;
  margin: 0;
}
.company-swiper .swiper-pagination {
  bottom: 1.14rem;
}
.company-swiper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  opacity: 0.5;
}
.company-swiper .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.08rem;
  border-radius: 0.1rem;
  background: #fff;
  opacity: 1;
}
.company-swiper .swiper-slide:hover * {
  color: #1d6ad8;
}
.company-swiper .swiper-slide a {
  display: block;
}
.company-swiper .swiper-slide img {
  max-width: 100%;
  height: 2.26rem;
}
.company-swiper .swiper-slide h4 {
  color: #333;
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 0.2rem;
  margin-top: 0.14rem;
}
.company-swiper .swiper-slide p {
  color: #4e5e79;
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  margin-top: 0.12rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company-list {
  margin-left: 0.27rem;
  width: 0;
  flex: 1;
}
.company-list li + li {
  margin-top: 0.16rem;
}
.company-list li:hover * {
  color: #1d6ad8;
}
.company-list a {
  display: block;
  height: 0.66rem;
  box-sizing: border-box;
  border-bottom: 0.01rem dashed #e8ecf2;
  color: #333;
}
.company-list a > div {
  display: flex;
  justify-content: space-between;
  height: 0.22rem;
  line-height: 0.22rem;
  font-size: 0.18rem;
}
.company-list a > div h4 {
  font-weight: 600;
  max-width: 60%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.2rem;
  text-overflow: ellipsis;
}
.company-list a > div span {
  color: #4e5e79;
  font-size: 0.18rem;
}
.company-list a > p {
  line-height: 0.28rem;
  margin-top: 0.1rem;
  font-size: 0.16rem;
}

.notice {
  width: 3.32rem;
  height: 4.34rem;
}
.notice .mod-title h4 {
  padding-left: 0.34rem;
  background: url("../images/index/notice_icon.png") no-repeat left 0.09rem;
  background-size: 0.33rem 0.33rem;
}
.notice .mod-content .public-list-item {
  font-size: 0.18rem;
}
.notice .mod-content .title {
  max-width: 1.7rem;
}

.streamer {
  width: 100%;
  height: 1.2rem;
  background: url("../images/index/streamer.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.24rem;
}

.law {
  width: 9.44rem;
  height: 2.66rem;
  margin-right: 0.24rem;
}
.law .mod-title h4 {
  padding-left: 0.4rem;
  background: url("../images/index/law_icon.png") no-repeat left 0.09rem;
  background-size: 0.38rem 0.35rem;
}
.law .mod-content {
  padding-top: 0.16rem;
}
.law .mod-content .public-list-item {
  font-size: 0.18rem;
}
.law .mod-content .title {
  max-width: 7rem;
}
.law .mod-content .law-tab-hd-item {
  font-size: 0.18rem;
  line-height: 0.18rem;
  padding-bottom: 0.09rem;
  border-bottom: 0.02rem solid transparent;
  cursor: pointer;
}
.law .mod-content .law-tab-hd-item.current {
  color: #1d6bd8;
  border-bottom-color: #1d6ad8;
}
.law-tab-hd {
  display: flex;
  margin-bottom: 0.08rem;
}

.download {
  width: 3.32rem;
  height: 2.66rem;
}
.download .mod-title h4 {
  padding-left: 0.34rem;
  background: url("../images/index/download_icon.png") no-repeat left 0.09rem;
  background-size: 0.33rem 0.33rem;
}
.download .mod-content {
  padding-top: 0.33rem;
}
.download .mod-content ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.download .mod-content ul li {
  width: calc((100% - 0.24rem) / 3);
}
.download .mod-content ul li:nth-child(1) .bg {
  background: url("../images/index/download_bg1.png") center top no-repeat;
  background-size: 0.65rem 0.65rem;
}
.download .mod-content ul li:nth-child(1):hover .bg {
  background: url("../images/index/download_bgh1.png") center top no-repeat;
  background-size: 0.65rem 0.65rem;
}
.download .mod-content ul li:nth-child(2) .bg {
  background: url("../images/index/download_bg2.png") center top no-repeat;
  background-size: 0.65rem 0.65rem;
}
.download .mod-content ul li:nth-child(2):hover .bg {
  background: url("../images/index/download_bgh2.png") center top no-repeat;
  background-size: 0.65rem 0.65rem;
}
.download .mod-content ul li:nth-child(3) .bg {
  background: url("../images/index/download_bg3.png") center top no-repeat;
  background-size: 0.65rem 0.65rem;
}
.download .mod-content ul li:nth-child(3):hover .bg {
  background: url("../images/index/download_bgh3.png") center top no-repeat;
  background-size: 0.65rem 0.65rem;
}
.download .mod-content ul li a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
  color: #333;
}
.download .mod-content ul li .bg {
  width: 0.65rem;
  height: 0.65rem;
  margin: 0 auto 0.13rem;
  transition: all 0.3s;
}
.download .mod-content ul li:hover .bg {
  animation: rotate 2s; /* 2秒钟旋转一圈，如果不想无限循环可以去掉infinite */
  animation-fill-mode: forwards; /* 动画结束后元素保持最后的状态 */
}

.partner {
  width: 100%;
  height: 1.2rem;
  margin-bottom: 0.14rem;
}
.partner-swiper .swiper-slide {
  padding: 0.1rem 0;
  box-sizing: border-box;
}
.partner-swiper .swiper-slide a {
  display: block;
  border: 0.01rem solid transparent;
  border-radius: 0.05rem;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(103, 136, 177, 0.15);
  transition: all 0.3s;
}
.partner-swiper .swiper-slide a:hover {
  transform: translateY(-10px);
  border: 0.01rem solid #1d6ad8;
}
.partner-swiper .swiper-slide a img {
  width: 100%;
  height: 1rem;
}

@keyframes rotate {
  from {
    transform: rotate(0deg); /* 动画开始时旋转0度 */
  }
  to {
    transform: rotate(360deg); /* 动画结束时旋转360度 */
  }
}


.code{
  position: absolute;
  right: 0.5rem;
  /* top: 6rem; */
  top: 6.4rem;
  /* transform: translateY(-50%); */
  z-index: 999;
}

.code-item{
  line-height: 0.24rem;
  font-size:0.16rem;
  text-align: center;
  margin-top: 0.2rem;
  background: #fff;
  box-shadow:0px 0px 5px 0px rgba(0,0,0,0.1)
}

.code-item>p{
  padding: 0 0.1rem;
}

.code-item:first-child{
  margin-top: 0;
}

.code-img{
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  text-align: center;
}


.code-img img{
  vertical-align: top;
  width: 100%;
  height: 100%;
}