/*@font-face {
  font-family: "PangMenZhengDao";
  src: url("/font/PangMenZhengDao.ttf") format("truetype");  chrome、firefox、opera、Safari, Android, iOS 4.2+ 
}*/
ul,
li {
  padding: 0;
  margin: 0;  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
.logo img {
  width: 60px;
  height: 60px;
}


header {
  display: flex;
}
.leftHeader {
  width: 288px;
  height: 338px;
  background: #ffffff;
  opacity: 1;
  border-radius: 4px;
  margin-top: 16px;
}

.leftHeader .topTitle {
  width: 288px;
  height: 44px;
  background: linear-gradient(135deg, #e11c2e 0%, #f24545 100%);
  border-radius: 4px 4px 0px 0px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 44px;
  color: #ffffff;
  padding-left: 16px;
  margin-bottom: 20px;
}

.leftHeader .topTitle em {
  font-style: normal;
  color: #fed68c;
}

.bottomContent .newGczb {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.bottomContent .newGczb a {
  width: 70%;
  height: 23px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #3f454b;
  opacity: 1;
  margin-bottom: 12px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bottomContent .newGczb p {
  height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #979dab;
  opacity: 1;
}

.swiper-container {
  max-width: 600px !important;
  max-height: 338px !important;
  margin-top: 16px !important;
  margin-left: 12px !important;
}

.ddqy .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  background: #000000;
  opacity: 0.4;
  border-radius: 4px;
}
.ddqy .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 0.7;
  border-radius: 4px;
}
.swiper-container .item img {
  width: 100%;
}

/* 右边VIP信息 */
.rightHeader {
  width: 288px;
  height: 338px;
  background-image: url(../images/industryWebsite/bj2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 12px;
  margin-top: 16px;
}
.rightHeader .topContent span:nth-child(1) {
  width: 64px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  color: #fee38c;
  opacity: 1;
}
.rightHeader .topContent {
  margin-top: 40px;
  margin-left: 58px;
} 
.rightHeader .topContent span:nth-child(2) {
  width: 92px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  color: #fee38c;
  opacity: 1;
  margin-left: 16px;
} 
.rightHeader .VIPZS {
  width: 128px;
  height: 32px;
  background: linear-gradient(180deg, #fee38c 0%, #ffac50 100%);
  box-shadow: 0px 3px 12px rgba(200, 25, 25, 0.5);
  border-radius: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 32px;
  color: #d83434;
  opacity: 1;
  margin: 24px 80px 0 80px;
  text-align: center;
  cursor: pointer;
} 
.rbottomContent {
  margin: 0 auto;
}
.rbottomContent .VIPXTQ {
  display: flex;
  margin-top: 40px;
  justify-content: center;
} 
.rbottomContent .line {
  width: 48px;
  height: 0px;
  border: 1px solid #fee38c;
  opacity: 1;
  margin-top: 10px;
}
.rbottomContent p {
  width: 76px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  color: #fee38c;
  opacity: 1;
  margin: 0 8px;
}
/* .rbottomContent .VIPxinxi {
  margin-top: 17px;
} */

.rbottomContent .VIPxinxi div {
  display: flex;
  justify-content: center;
}
.rbottomContent .VIPxinxi p {
  width: 78px;
  height: 17px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 17px;
  color: #ffffff;
  opacity: 1;
  margin: 12px 15px 5px 10px;
}
.projectTrackingProcess {
  display: flex;
  background-image: url(../images/industryWebsite/59162x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1200px;
  margin: 16px auto;
}
.projectTrackingProcess .ptpTitle {
  width: 213px;
  height: 79px;
  background: #d83434;
  opacity: 1;
  border-radius: 4px 0px 0px 4px;
  line-height: 79px;
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.projectTrackingProcess .ptpTitle em {
  font-style: normal;
  color: #fed68c;
}
.projectTrackingProcess .ptpxuhao {
  width: 30px;
  height: 30px;
  background: #fdf3f3;
  border: 1px solid #d83434;
  border-radius: 50%;
  opacity: 1;
  font-size: 18px;
  font-family: SF Display;
  font-weight: normal;
  line-height: 30px;
  color: #d83434;
  text-align: center;
}
.projectTrackingProcess img {
  width: 11px;
  height: 14px;
}
/* 拟在建 */
.projectTrackingProcess .oneNzj {
  display: flex;
  margin-left: 65px;
  align-items: center;
}
.projectTrackingProcess .oneNzj .textNzj {
  width: 48px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 22px;
  color: #000000;
  opacity: 1;
  margin-left: 16px;
  margin-right: 40px;
  cursor: pointer;
}

/* 招标预告 */
.projectTrackingProcess .twoZbyg {
  display: flex;
  margin-left: 42px;
  align-items: center;
}
.projectTrackingProcess .twoZbyg .textZbyg {
  width: 64px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 22px;
  color: #000000;
  opacity: 1;
  margin-left: 16px;
  margin-right: 24px;
  cursor: pointer;
}

/* 招标公告 */
.projectTrackingProcess .threeZbgg {
  display: flex;
  margin-left: 42px;
  align-items: center;
}
.projectTrackingProcess .threeZbgg .textZbgg {
  width: 64px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 22px;
  color: #000000;
  opacity: 1;
  margin-left: 16px;
  margin-right: 24px;
  cursor: pointer;
}

/* 变更公告 */
.projectTrackingProcess .fourBggg {
  display: flex;
  margin-left: 42px;
  align-items: center;
}
.projectTrackingProcess .fourBggg .textBggg {
  width: 64px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 22px;
  color: #000000;
  opacity: 1;
  margin-left: 16px;
  margin-right: 24px;
  cursor: pointer;
}

/* 中标公告 */
.projectTrackingProcess .fiveZbgg {
  display: flex;
  margin-left: 42px;
  align-items: center;
}
.projectTrackingProcess .fiveZbgg .textZbgg {
  width: 64px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 22px;
  color: #000000;
  opacity: 1;
  margin-left: 16px;
  margin-right: 24px;
  cursor: pointer;
}

/* 工程招标信息 */
.projectBiddingInformation {
  width: 1200px;
  height: 469px;
  margin: 0 auto;
  display: flex;
}
.projectBiddingInformation .leftPbi {
  background-image: url(../images/industryWebsite/59172x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 280px;
  height: 469px;
}
.projectBiddingInformation .leftPbi .pbiTitle {
  width: 195px;
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  opacity: 1;
  padding-top: 32px;
  margin-left: 24px;
}

.projectBiddingInformation .leftPbi .pbiTitle em {
  font-style: normal;
  color: #fed68c;
}

.projectBiddingInformation .leftPbi .pbiType {

  /* margin-left: 24px; */
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  margin: 180px 30px 16px 24px;
}
.projectBiddingInformation .leftPbi .pbiType div {
  display: flex;
}
.projectBiddingInformation .leftPbi .pbiType em {
  font-style: normal;

  color: #FED68C;

}
.projectBiddingInformation .leftPbi .pbiType2 {
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  margin: 1px 30px 16px 24px;
}
/* 查看更多 */
.projectBiddingInformation .leftPbi .seeMore {
  margin: 15px 0 0 24px;
  width: 104px;
  height: 32px;
  border: 1px solid #ffffff;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  opacity: 1;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;

}
.projectBiddingInformation .leftPbi .seeMore a {
  width: 70px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #FFFFFF;
  opacity: 1;
}

.projectBiddingInformation .leftPbi img {
  width: 5.66px;
  height: 9.59px;
  margin-left: 5px;
}

/* 右边:工程招标信息 */
.projectBiddingInformation .rightPbi {
  width: 920px;
  height: 469px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  opacity: 1;
  border-radius: 0px 4px 4px 0px;
}

.projectBiddingInformation .rightPbi ul {
  display: flex;
  flex-flow: wrap;
}

.projectBiddingInformation .rightPbi ul li {
  margin: 18px 0 0 11px;
  display: flex;
  min-width: 446px;
}
/* 最后li里面的div去掉底边框 */
.projectBiddingInformation .rightPbi ul li:last-child .zbData {
  border-bottom: 0;
}
.projectBiddingInformation .rightPbi .zbData {
  border-bottom: 1px solid #f2f2f2;
  opacity: 1;
  margin-right: 24px;
  width: 100%;
}
.projectBiddingInformation .rightPbi .zbDatas {
  display: flex;
  justify-content: space-between;
}
.projectBiddingInformation .rightPbi .zbData a {
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  opacity: 1;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 424px;
}
.projectBiddingInformation .rightPbi .zbDatas .zbDataType {
  display: flex;
}
.projectBiddingInformation .rightPbi .zbDatas .zbDataType {
  margin-top: 16px;
}
.projectBiddingInformation .rightPbi .zbDatas .zbDataType p:nth-child(1) {
  min-width: 88px;
  height: 24px;
  background: #ebf2fe;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #337ff5;
  text-align: center;
}
.projectBiddingInformation .rightPbi .zbDatas .zbDataType p:nth-child(2) {
  min-width: 64px;
  height: 24px;
  background: #fdf3f3;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #d83434;
  margin-left: 16px;
  text-align: center;
}
.projectBiddingInformation .rightPbi .zbDatas .zbDataTime {
  margin-top: 19px;
  max-width: 78px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #979dab;
  opacity: 1;
}
.projectBiddingInformation .rightPbi .zbDatas {
  margin-bottom: 12px;
}

/* 最新工程招标 */
.newProject {
  display: flex;
  width: 1200px;
  margin: 17px auto;
}
.newProject .newProjectBidding {
  width: 592px;
  height: 505px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  opacity: 1;
}
.newProject .newProjectBidding .newPbTitle {
  width: 592px;
  height: 56px;
  background: linear-gradient(132deg, #e11c2e 0%, #f24545 100%);
  opacity: 1;
  border-radius: 4px 4px 0px 0px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 56px;
  color: #ffffff;
  padding-left: 20px;
}
.newProject .newProjectBidding .newPbTitle em {
  font-style: normal;
  color: #fed68c;
}

.newProjectBidding .newPbDatabox ul li {
  max-width: 560px;
  margin: 24px 16px 24px 16px;
  display: flex;
}

.newProjectBidding .newPbDatabox .newPbDatas {
  display: flex;
  justify-content: space-between;
  width: 560px;
}
.newProjectBidding .newPbDatabox .newPbData a {
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  opacity: 1;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 560px;
  display: inline-block;
}
.newProjectBidding .newPbDatabox .newPbDatas .newPbDatasType {
  display: flex;
}
.newProjectBidding .newPbDatabox .newPbDatas .newPbDatasType {
  margin-top: 16px;
}
.newProjectBidding .newPbDatabox .newPbDatas .newPbDatasType p:nth-child(1) {
  min-width: 88px;
  height: 24px;
  background: #ebf2fe;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #337ff5;
  text-align: center;
}
.newProjectBidding .newPbDatabox .newPbDatas .newPbDatasType p:nth-child(2) {
  min-width: 64px;
  height: 24px;
  background: #fdf3f3;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #d83434;
  margin-left: 16px;
  text-align: center;
}
.newProjectBidding .newPbDatabox .newPbDatas .newPbDatasTime {
  margin-top: 19px;
  max-width: 78px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #979dab;
  opacity: 1;
}

/* 精选工程项目 */

.newProject .selectedProject {
  width: 592px;
  height: 505px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  opacity: 1;
  margin-left: 16px;
}
.newProject .selectedProject .spTitle {
  width: 592px;
  height: 56px;
  background: linear-gradient(132deg, #e11c2e 0%, #f24545 100%);
  opacity: 1;
  border-radius: 4px 4px 0px 0px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 56px;
  color: #ffffff;
  padding-left: 20px;
}
.newProject .selectedProject .spTitle em {
  font-style: normal;
  color: #fed68c;
}

.selectedProject .spDatabox ul li {
  max-width: 560px;
  margin: 24px 16px 24px 16px;
  display: flex;
}

.selectedProject .spDatabox .spPbDatas {
  display: flex;
  justify-content: space-between;
  width: 560px;
}
.selectedProject .spDatabox .spPbData a {
  min-width: 560px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  opacity: 1;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 570px;
}
.selectedProject .spDatabox .spPbDatas .spDatasType {
  display: flex;
}
.selectedProject .spDatabox .spPbDatas .spDatasType {
  margin-top: 16px;
}
.selectedProject .spDatabox .spPbDatas .spDatasType p:nth-child(1) {
  min-width: 88px;
  height: 24px;
  background: #ebf2fe;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #337ff5;
  text-align: center;
}
.selectedProject .spDatabox .spPbDatas .spDatasType p:nth-child(2) {
  min-width: 64px;
  height: 24px;
  background: #fdf3f3;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #d83434;
  margin-left: 16px;
  text-align: center;
}
.selectedProject .spDatabox .spPbDatas .spDatasTime {
  margin-top: 19px;
  max-width: 78px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #979dab;
  opacity: 1;
}

/* 热门地区 */
.hotAreas {
  width: 1200px;
  height: 557px;
  background: #ffffff;
  opacity: 1;
  border-radius: 4px;
  margin: 0 auto;
}
.hotAreas .haTitle {
  height: 35px;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 30px;
  color: #000000;
  opacity: 1;
  text-align: center;
  padding-top: 24px;
}
.hotAreas .fiveAreas {
  width: 1200px;
  border-bottom: 1px solid #f2f2f2;
  opacity: 1;
}
.hotAreas .fiveAreas .fiveCitys {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.hotAreas .fiveAreas .fiveCitys div {
  width: 32px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: #3f454b;
  opacity: 1;
  cursor: pointer;
}
.hotAreas .fiveAreas .fiveCitys .activ {
  color: #d83434;
  font-weight: bold;
  border-bottom: 2px solid #d83434;
  height: 35px;
}
.hotAreas .fiveAreas .fiveCitys div:nth-child(2) {
  margin: 0 32px;
}
.hotAreas .fiveAreas .fiveCitys div:nth-child(4) {
  margin: 0 32px;
}
.hotAreas .fiveAreas .seeMoreAreas {
  float: right;
  margin-top: -32px;
  height: 19px;
  display: flex;
}
.hotAreas .fiveAreas .seeMoreAreas span {
  line-height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3f454b;
  opacity: 1;
}
.hotAreas .fiveAreas .seeMoreAreas div {
  padding-top: 2px;
  padding-left: 2px;
}

.hotAreas .fiveAreas .seeMoreAreas img {
  height: 14px;
  width: 14px;
}

.hotAreas .nineGongge ul {
  flex-wrap: wrap;
  margin-top: 24px;
  /* margin: 0 auto; */
  width: 1200px;
  display: flex;
}
.nineGongge ul li .nineGData {
  width: 389px;
  height: 120px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  opacity: 1;
  margin: 0 16px 16px 0;
}

.nineGongge ul li:nth-child(3) .nineGData {
  margin-right: 0;
}
.nineGongge ul li:nth-child(6) .nineGData {
  margin-right: 0;
}
.nineGongge ul li:nth-child(9) .nineGData {
  margin-right: 0;
}

.nineGongge ul li .nineGData .nineGtitle span {
  display: inline-block;
  min-width: 44px;
  padding: 0 2px;
  height: 25px;
  background: #d83434;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  margin-right: 8px;
}

.nineGongge ul li .nineGData .nineGtitle {
  height: 64px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 28px;
  color: #000000;
  opacity: 1;
  margin-left: 15px;
  padding: 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nineGongge ul li .nineGData .nineGDatas {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 15px;
}

.nineGongge ul li .nineGData .nineGDatas .nineGDatasType {
  display: flex;
}
.nineGongge ul li .nineGData .nineGDatas .nineGDatasType p:nth-child(1) {
  min-width: 88px;
  height: 24px;
  background: #ebf2fe;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #337ff5;
  text-align: center;
}
.nineGongge ul li .nineGData .nineGDatas .nineGDatasType p:nth-child(2) {
  min-width: 64px;
  height: 24px;
  background: #fdf3f3;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #d83434;
  text-align: center;
  margin-left: 16px;
}
.nineGongge ul li .nineGData .nineGDatas .nineGDatasTime {
  max-width: 78px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #979dab;
  opacity: 1;
  margin-right: 15px;
}

/* 图文 */
/* 行业资讯 */
.lllustration {
  display: flex;
  position: relative;
  margin-top: 16px;
}
.lllustration .lllustrations {
  width: 384px;
  height: 433px;
  background: #ffffff;
  opacity: 1;
}

.lllustration .lllustrations img {
  width: 384px;
  height: 216px;
}

.lllustration .lllustrations .hyzxTitle {
  width: 384px;
  height: 216px;
  background-image: url(../images/industryWebsite/Tu2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.lllustration .lllustrations .hyzxTitle span {
  display: inline-block;
  min-width: 96px;
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin-top: 157px;
  margin-left: 15px;
  opacity: 1;
}

.lllustration .lllustrations .lllustrationHengxian {
  width: 36px;
  height: 2px;
  background: #ffffff;
  opacity: 1;
  position: absolute;
  top: 197px;
  left: 20px;
}

.lllustration .lllustrations .lllustrationsList {
  margin-top: 24px;
}

/*.lllustration .lllustrations .lllustrationsList ul li a {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  width: 95%;*/
/*  margin: 0 auto;*/
/*}*/

.lllustration .lllustrations .lllustrationsList ul li a .tt{
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #3f454b;
  display: flex;
  justify-content: space-between;
}

.lllustration .lllustrations .lllustrationsList ul li a .title{
  max-width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}

/* 招投标知识 */
.lllustration .lllustrations1 {
  width: 384px;
  height: 433px;
  background: #ffffff;
  opacity: 1;
  margin: 0 16px 0 17px;
  position: relative;
}

.lllustration .lllustrations1 .hyzxTitle1 {
  width: 384px;
  height: 216px;
  background-image: url(../images/industryWebsite/ztbzs.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.lllustration .lllustrations1 .hyzxTitle1 span {
  display: inline-block;
  min-width: 96px;
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin-top: 157px;
  margin-left: 15px;
  opacity: 1;
}

.lllustration .lllustrations1 .lllustrationHengxian1 {
  width: 36px;
  height: 2px;
  background: #ffffff;
  opacity: 1;
  position: absolute;
  top: 197px;
  left: 20px;
}

.lllustration .lllustrations1 .lllustrationsList1 {
  margin-top: 24px;
}

/*.lllustration .lllustrations1 .lllustrationsList1 ul li a {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  width: 95%;*/
/*  margin: 0 auto;*/
/*}*/

.lllustration .lllustrations1 .lllustrationsList1 ul li a .tt{
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #3f454b;
  display: flex;
  justify-content: space-between;
}

.lllustration .lllustrations1 .lllustrationsList1 ul li a .title{
  max-width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}

/* 供应商库 */
.lllustration .lllustrations2 {
  width: 384px;
  height: 433px;
  background: #ffffff;
  opacity: 1;
  margin: 0 16px 0 17px;
  position: relative;
}

.lllustration .lllustrations2 .hyzxTitle2 {
  width: 384px;
  height: 216px;
  background-image: url(../images/industryWebsite/gysk.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.lllustration .lllustrations2 .hyzxTitle2 span {
  display: inline-block;
  min-width: 96px;
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin-top: 157px;
  margin-left: 15px;
  opacity: 1;
}

.lllustration .lllustrations2 .lllustrationHengxian2 {
  width: 36px;
  height: 2px;
  background: #ffffff;
  opacity: 1;
  position: absolute;
  top: 197px;
  left: 20px;
}

.lllustration .lllustrations2 .lllustrationsList2 {
  margin-top: 24px;
}

/*.lllustration .lllustrations2 .lllustrationsList2 ul li a{*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  width: 95%;*/
/*  margin: 0 auto;*/
/*}*/

.lllustration .lllustrations2 .lllustrationsList2 ul li a .tt{
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #3f454b;
  display: flex;
  justify-content: space-between;
}

.lllustration .lllustrations2 .lllustrationsList2 ul li a .title{
  max-width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}

.websiteNavigation {
  width: 1200px;
  height: 620px;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  opacity: 1;
  border-radius: 4px;
  margin-top: 16px;
}
.websiteNavigation .gcwWeb {
  margin-top: 24px;
}
.websiteNavigation .gcwWeb .gcwWebTitle {
  padding-top: 24px;
  margin-left: 24px;
  display: flex;
}
.websiteNavigation .gcwWeb .gcwWebTitle .shuxian {
  width: 3px;
  height: 15px;
  background: #d83434;
  opacity: 1;
}
.websiteNavigation .gcwWeb .gcwWebTitle .gcwWebTitleText {
  margin-left: 8px;
  width: 130px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 14px;
  color: #000000;
  opacity: 1;
}
.websiteNavigation .gcwWeb .gcwWebs {
  margin-top: 16px;
  margin-left: 40px;
}
.websiteNavigation .gcwWeb .gcwWebs ul{
  display: flex;
  flex-wrap: wrap;
}
.websiteNavigation .gcwWeb .gcwWebs ul li {
  min-width: 70px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #3f454b;
  opacity: 1;
  margin-right: 24px;
  cursor: pointer;
  margin-bottom: 16px;
}

/* 招投标网导航 */
.websiteNavigation .ztbWeb {
  margin-top: 14px;
}
.websiteNavigation .ztbWeb .ztbWebTitle {
  padding-top: 24px;
  margin-left: 24px;
  display: flex;
}
.websiteNavigation .ztbWeb .ztbWebTitle .shuxian {
  width: 3px;
  height: 15px;
  background: #d83434;
  opacity: 1;
}
.websiteNavigation .ztbWeb .ztbWebTitle .ztbWebTitleText {
  margin-left: 8px;
  width: 160px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 14px;
  color: #000000;
  opacity: 1;
}
.websiteNavigation .ztbWeb .ztbWebs {
  margin-top: 16px;
  margin-left: 40px;
}
.websiteNavigation .ztbWeb .ztbWebs ul{
  display: flex;
  flex-wrap: wrap;
}

.websiteNavigation .ztbWeb .ztbWebs ul li {
  min-width: 70px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #3f454b;
  opacity: 1;
  margin-right: 24px;
  cursor: pointer;
  margin-bottom: 16px;
}

/*更多分站 */
.websiteNavigation .moreWebTab {
  width: 1152px;
  height: 36px;
  background: #f9f9f9;
  opacity: 1;
  margin-left: 25px;
  margin-top: 25px;
  display: flex;
}
/* 行业分站 */
/* .websiteNavigation .moreWebTab .moreWebTabA {
  width: 126px;
  height: 35px;
  background: #ffffff;
  opacity: 1;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 35px;
  color: #d83434;
  text-align: center;
  border: 1px solid #f2f2f2;
  cursor: pointer;
}

.websiteNavigation .moreWebTab .activs {
  border-bottom: 2px solid #d83434;
} */
.websiteNavigation .moreWebTab .moreWebTabA {
  width: 128px;
  height: 36px;
  background: #fcfcfc;
  border: 1px solid #f2f2f2;
  opacity: 1;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  color: #979dab;
  text-align: center;
  cursor: pointer;
}

/* 政府招标 */
.websiteNavigation .moreWebTab .moreWebTabB {
  width: 128px;
  height: 36px;
  background: #fcfcfc;
  border: 1px solid #f2f2f2;
  opacity: 1;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  color: #979dab;
  text-align: center;
  cursor: pointer;
}

/* 热门关注 */
.websiteNavigation .moreWebTab .moreWebTabC {
  width: 128px;
  height: 36px;
  background: #fcfcfc;
  border: 1px solid #f2f2f2;
  opacity: 1;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  color: #979dab;
  text-align: center;
  cursor: pointer;
}

.websiteNavigation .moreWebs {
  margin-top: 16px;
  margin-left: 42px;
}

.websiteNavigation .moreWebs ul{
  display: flex;
  flex-wrap: wrap;
}

.websiteNavigation .moreWebs ul li {
/*  width: 66px; */
  height: 24px;
/*  background: #f2f2f2; */
  opacity: 1;
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #3f454b;
  text-align: center;
  margin-right: 16px;
  cursor: pointer;
  margin-bottom: 12px;
}

.order {
  min-width: 1200px;
  background: url(../images/home/BJ42x.png) no-repeat;
  background-size: 100% 100%;
  height: 118px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.order div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order h1 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-right: 48px;
}

.order span {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 15px;
  color: #FFFFFF;
}

.order a {
  width: 158px;
  height: 40px;
  border: 1px solid #FFFFFF;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 52px;
}

/*
.btn1{
  display: block !important;
} */