@charset "UTF-8";
/**
 * 0315马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2024-3-14
 * author: zhaodingqi;
 */
body {
  background: url("../images/index_bg.png") center bottom 218px no-repeat;
}

.introduction {
  min-height: 300px;
  margin-top: 40px;
  background: #fff;
  padding: 20px 110px 30px;
  border: 1px solid #C7D5E3;
  -webkit-box-shadow: 0 0 15px 0 rgba(32, 114, 213, 0.14);
          box-shadow: 0 0 15px 0 rgba(32, 114, 213, 0.14);
}
.introduction-head {
  height: 57px;
  padding: 5px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.introduction-head .title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  line-height: 47px;
  color: #1C77FF;
  font-weight: bold;
}
.introduction-head .title::before {
  content: "";
  position: absolute;
  left: -44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/subpage/title_before.png") top center no-repeat;
}
.introduction-head .title::after {
  content: "";
  position: absolute;
  right: -44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/subpage/title_after.png") top center no-repeat;
}
.introduction-body {
  padding-top: 20px;
}

.info {
  float: left;
  width: calc(100% - 271px);
  padding: 11px 0;
}
.info .row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 16px;
}
.info .row:last-child {
  margin-bottom: 0;
}
.info label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  color: #7C8BA1;
  background: left top no-repeat;
  background-size: 24px 24px;
}
.info label.phone {
  background-image: url("../images/subpage/phone.png");
}
.info label.email {
  background-image: url("../images/subpage/email.png");
}
.info label.address {
  background-image: url("../images/subpage/location.png");
}
.info p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  display: inline-block;
  vertical-align: top;
  color: #333;
}

.code-wrap {
  float: right;
}
.code-wrap .label {
  display: inline-block;
  vertical-align: top;
  padding: 20px 7px;
  width: 30px;
  height: 118px;
  margin-top: 4px;
  font-size: 14px;
  line-height: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(28, 119, 255, 0.09);
  color: #1C77FF;
}
.code-wrap .code-img {
  display: inline-block;
  vertical-align: top;
  width: 126px;
  height: 126px;
  padding: 4px;
  margin-left: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.code-wrap .code-img img {
  width: 100%;
  height: 100%;
}

.map-wrap {
  margin-top: 20px;
  height: 676px;
}
.map-wrap img {
  width: 100%;
  height: 100%;
}