/*前缀兼容样式 start*/
/*单行省略*/
/*多行省略*/
/*背景线性渐变*/
/*opacity*/
/*gray*/
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*前缀兼容样式 end*/
/* body {
  padding-bottom: 450px !important;
} */
.back-black .footer-nav ul li a {
  box-sizing: content-box;
}
.box-1 {
  width: 100%;
  height: 570px;
  background: url("../img/procurementManagementSystem/banner_05.png") center no-repeat;
  background-size: cover;
}
.box-1 .contain {
  width: 1200px;
  padding-top: 205px;
  margin: 0 auto;
  text-align: center;
}
.box-1 .contain .title {
  font-size: 38px;
  color: #ffffff;
}
.box-1 .contain .text {
  width: 448px;
  text-align: justify;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5em;
}
.box-1 .contain .jump {
  width: 125px;
  height: 36px;
  margin-top: 40px;
  border-radius: 18px;
  border: solid 1px #ffffff;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
}
/*面包屑*/
.box-2 .crumbs-container {
  padding: 30px 0;
  font-size: 12px;
  color: #999999;
  border-bottom: 1px solid #dcdcdc;
}
.box-2 .crumbs-container .label {
  padding-right: 5px;
}
.box-2 .crumbs-container .value .item {
  float: left;
  padding: 0 5px;
}
.box-2 .crumbs-container .value .item a {
  color: #999999;
}
.box-2 .crumbs-container .value .item.active {
  color: #333;
}
.box .box-title {
  font-size: 30px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.box .box-text {
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.box .contain {
  width: 1200px;
  margin: 0 auto;
}
.box .contain-img {
  display: block;
  margin: 0 auto;
  margin-top: 54px;
}
.box-3 {
  width: 100%;
  background-color: #f1f1f1;
  padding-top: 70px;
  padding-bottom: 60px;
}
.box-3 .contain {
  width: 1038px;
}
.box-3 .contain .ul-list {
  float: right;
  width: 50%;
  margin-top: 50px;
}
.box-3 .contain .ul-list .list-item {
  margin-bottom: 20px;
}
.box-3 .contain .ul-list .list-item .num {
  display: inline-block;
  margin-right: 16px;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background-color: #527bfd;
}
.box-3 .contain .ul-list .list-item .text {
  display: inline-block;
  width: 400px;
  font-size: 16px;
}
.box-3 .contain .ul-list .list-item .text .orange {
  font-weight: 700;
  color: #e46c0a;
}
.box-3 .contain .ul-list .list-item .text .black {
  color: #333333;
}
.box-3 .contain .right-img {
  float: left;
  width: 386px;
  margin-top: 120px;
}
.box-6 {
  padding-top: 60px;
  padding-bottom: 68px;
}
.box-6 .contain-img {
  width: 1200px;
  margin: 50px auto 0;
}
/* 中文提示 */
.zh {
  margin-top: 30px;
  margin-bottom: 58px;
  font-size: 16px;
  color: #1a1a1a;
  text-align: center;
}
.grey {
  background-color: #f7f8fc !important;
}
.white {
  background-color: #fff !important;
}
