@charset "UTF-8";
/**!
 * 黑龙江省中易联招标投标综合服务平台
 * date:2021-10-29
 * author: sxw;
 */
.bg {
  margin-top: -46px;
  background: url("../images/bg.png") no-repeat bottom center;
  background-color: #f7f8fa;
  padding-top: 76px;
  padding: 76px 0 43px 0;
}

.part-l {
  width: 702px;
}

.swiper {
  height: 389px;
}

.swiper-slide {
  position: relative;
 /* z-index: 99;*/
}

.swiper-slide p {
  width: 100%;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 250px 0 20px;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid #fff;
  position: relative;
  left: 290px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-button-next {
  width: 36px;
  height: 66px;
  margin: -28px -10px 0 0;
  background-image: url("../images/swiper-next.png");
  background-size: 100% 100%;
}

.swiper-button-prev {
  width: 36px;
  height: 66px;
  margin: -28px 0 0 -10px;
  background-image: url("../images/swiper-prev.png");
  background-size: 100% 100%;
}

.paths {
  height: 133px;
  border: 1px solid #d6e3f3;
  position: relative;
  top: -1px;
}

.path-item {
  display: block;
  color: #555;
  width: 20%;
  height: 100%;
  text-align: center;
  -webkit-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
  position: relative;
  background: #fff;
}

.path-item .name {
  width: 100%;
  height: 100%;
  padding-top: 72px;
  line-height: 48px;
  font-size: 16px;
  position: absolute;
  left: 0;
  z-index: 999;
}

.path-item .cover {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5e7ff), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(#d5e7ff, rgba(0, 0, 0, 0));
  border: 1px solid #2868b1;
  display: none;
}

.path-item:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(93, 130, 186, 0.4);
          box-shadow: 0px 10px 30px 0px rgba(93, 130, 186, 0.4);
}

.path-item:hover .cover {
  display: block;
}

.path-item:nth-child(1) .name {
  background: url("../images/path1.png") no-repeat center 20px;
}

.path-item:nth-child(2) .name {
  background: url("../images/path2.png") no-repeat center 20px;
}

.path-item:nth-child(3) .name {
  background: url("../images/path3.png") no-repeat center 20px;
}

.path-item:nth-child(4) .name {
  background: url("../images/path4.png") no-repeat center 20px;
}

.path-item:nth-child(5) .name {
  background: url("../images/path5.png") no-repeat center 20px;
}

.path-item + .path-item {
  border-left: 1px solid #d6e3f3;
}

.part-r {
  width: 468px;
}

.tab {
  height: 157px;
  overflow: hidden;
}

.tab .hd {
  height: 34px;
  line-height: 40px;
  border-top: 1px solid #e1e1e1;
  margin-top: 7px;
  font-size: 18px;
  color: #999;
  font-weight: bold;
}

.tab .hd span {
  display: block;
  float: left;
  width: 145px;
  padding-left: 34px;
  height: 42px;
  position: relative;
  top: -7px;
}

.tab .hd span:hover, .tab .hd span.active {
  /*cursor: pointer;*/
  color: #fff;
  font-weight: normal;
  background: url("../images/tab-active.png") no-repeat;
  background-size: 100% 100%;
}

.tab .bd {
  margin-top: 10px;
}

.bdl {
  position: relative;
}

.more {
  width: 70px;
  height: 24px;
  line-height: 22px;
  background: url("../images/more.png");
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: -32px;
  color: #717171;
  padding-left: 13px;
}

.more:hover {
  background: url("../images/more-active.png");
  color: #2284e5;
}

.list-items {
  position: relative;
}

.list-items li {
  position: relative;
  line-height: 36px;
  padding-left: 5px;
}

.list-items li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 16px;
  width: 5px;
  height: 5px;
  background-color: #ff5a00;
  border-radius: 50%;
}

.list-items li a {
  padding-left: 10px;
  display: block;
  color: #4a4a4a;
  margin-right: 110px;
}

.list-items li .news-time {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}

.list-items li:hover a,
.list-items li:hover .news-time {
  color: #ff5a00;
}

.serve {
  padding: 0 20px;
  margin-top: 11px;
  border: 1px solid #e1e1e1;
  border-top: 2px solid #2473c1;
  position: relative;
  background: url("../images/serve-top.png") no-repeat 0 top;
  background-color: #fff;
  min-height: 353px;
}

.serve .title {
  font-size: 18px;
  color: #2473c1;
  line-height: 46px;
}

.serve .more {
  top: 12px;
  right: 20px;
  z-index: 222;
}

.serve-list {
  margin-bottom: 18px;
}

.serve-item {
  height: 64px;
  border-radius: 3px;
  padding-left: 76px;
  padding-top: 8px;
  display: block;
}

.serve-item:nth-child(1) {
  background: url("../images/serve1.jpg") no-repeat 0 0;
  background-color: #f9f9f9;
}

.serve-item:nth-child(2) {
  background: url("../images/serve2.jpg") no-repeat 0 0;
  background-color: #f9f9f9;
}

.serve-item:nth-child(3) {
  background: url("../images/serve3.jpg") no-repeat 0 0;
  background-color: #f9f9f9;
}

.serve-item:nth-child(4) {
  background: url("../images/serve4.jpg") no-repeat 0 0;
  background-color: #f9f9f9;
}

.serve-item .name {
  font-size: 16px;
  color: #2473c1;
  font-weight: bold;
}

.serve-item .detail {
  color: #5a5a5a;
}

.serve-item + .serve-item {
  margin-top: 10px;
}

.trade {
  margin-top: 57px;
}

.trade .tab {
  height: auto;
}

.trade .trade-tab {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(20, 20, 20, 0.1);
          box-shadow: 0px 0px 24px 0px rgba(20, 20, 20, 0.1);
}

.trade .trade-hd {
  text-align: center;
  margin-bottom: 23px;
}

.trade .tab-hd {
  width: 162px;
  height: 330px;
  background: url("../images/trade-tab-hd.png") no-repeat top center;
  padding-top: 6px;
}

.trade .hd-item {
  font-size: 20px;
  font-weight: bold;
  height: 55px;
  overflow: hidden;
}

.trade .hd-item a {
  display: block;
  width: 135px;
  height: 40px;
  margin: 7px auto;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.trade .hd-item.active a {
  background-color: #fff;
  color: #339aed;
}

.trade .tab-bd {
  /*margin-left: 197px;*/
  margin-left: 170px;
}

.sec-hd {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 5px;
}

.sec-hd .sec-hd-item {
  float: left;
  /* padding: 0 14px; */
  padding: 0 9px;
  border: 1px solid #2976c2;
  border-radius: 16px;
  margin-right: 12px;
}

.sec-hd .sec-hd-item a {
  color: #2473c1;
}

.sec-hd .sec-hd-item.active {
  background-color: #2473c1;
  font-weight: 600;
}

.sec-hd .sec-hd-item.active a {
  color: #fff;
}

.trade .trade-tab-sec {
  padding-top: 20px;
}

.trade .sec-bd {
  padding-top: 4px;
  padding-right: 20px;
}

.trade .sec-bd .sec-bd-item {
  height: 268px;
}

.news-items {
  height: 268px;
  overflow: hidden;
}

.news-items > li {
  position: relative;
  line-height: 44px;
  vertical-align: top;
}

.news-items > li > a {
  display: block;
  color: #333;
  margin-right: 120px;
}

.news-items > li .news-time {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}

.news-items li + li {
  border-top: 1px dashed #d5d9e4;
}

.news-items > li:hover a,
.news-items > li:hover .news-time {
  color: #3278d5;
}

/* 2022-1-14新增 */
.plat {
  height: 130px;
  padding: 20px 24px;
  background-color: #fff;
  margin-top: 36px;
}

.plat-swiper {
  width: 100%;
  height: 100%;
}

.plat-link {
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 10px;
}

.plat img {
  width: 208px;
  height: 86px;
}

/*新增登录入口20230313*/
.login {
  margin-top: 53px;
}

.login-hd {
  text-align: center;
}

.login-bd {
  height: 209px;
}

.login-item {
  position: relative;
  height: 100%;
  width: 20%;
  background-position: center top 35px;
  background-repeat: no-repeat;
}

.login-item:nth-child(1) {
  background-image: url("../css/images/gzry.png");
}

.login-item:nth-child(2) {
  background-image: url("../css/images/jyzt.png");
}

.login-item:nth-child(3) {
  background-image: url("../css/images/yckb.png");
}

.login-item:nth-child(4) {
  background-image: url("../css/images/wssc.png");
}

.login-item:nth-child(5) {
  background-image: url("../css/images/wspb.png");
}

.login-item:hover .login-enter-list {
  display: block;
}

.login-name {
  height: 22px;
  line-height: 22px;
  margin-top: 187px;
  text-align: center;
  font-size: 19px;
}

.login-enter-list {
  display: none;
  position: absolute;
  background-color: rgb(19, 142, 222);
  top: -42px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 5px 0;
}

.login-enter-list::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 22px;
  bottom: -21px;
  left: 50%;
  margin-left: -16px;
  background: url("../css/images/triangle.png") center no-repeat;
}

.login-enter-li {
  cursor: pointer;
  line-height: 18px;
  padding: 5px 20px 5px 20px;
  color: #fff;
  font-size: 16px;
  position: relative;
  width: 160px;
}

.login-enter-li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  left: 10px;
  top: 50%;
  margin-top: -2px;
}