@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.banner {
  height: 430px;
  padding-top: 135px;
  background: url("../images/mark_transit/bg.jpg") center top no-repeat;
}

.banner .slogan {
  margin-top: 60px;
}

.banner .slogan-text {
  width: 620px;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  margin-top: 27px;
}

.banner .more {
  display: inline-block;
  width: 146px;
  height: 53px;
  border-radius: 27px;
  border: solid 1px rgba(255, 255, 255, 0.45);
  font-size: 16px;
  line-height: 53px;
  color: #fff;
  padding-left: 33px;
  margin-top: 75px;
}

.banner .more:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.application-sharing {
  height: 688px;
}

.application-sharing .title {
  padding-top: 82px;
  text-align: center;
  font-family: "SourceHanSansCN-Medium";
  font-size: 32px;
  font-weight: bold;
  line-height: 34px;
  color: #333;
}

.application-sharing .title p {
  margin-top: 5px;
  font-size: 22px;
  line-height: 44px;
  color: #5c5f6b;
}

.application-sharing .title .title-text {
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  color: #5c5f6b;
  margin-top: 25px;
  padding-left: 26px;
  background: url("../images/mark_transit/point_01.png") 5px 14px no-repeat;
}

.application-sharing .application-text {
  height: 336px;
}

.application-sharing .application-text .application-img {
  height: 230px;
  margin-top: 30px;
}

.application-sharing .application-text .application-text-bottom p {
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.application-sharing .application-text .application-text-bottom p:nth-child(1) {
  width: 280px;
}

.application-sharing .application-text .application-text-bottom p:nth-child(2) {
  width: 670px;
}

.application-sharing .application-text .application-text-bottom p:nth-child(3) {
  width: 250px;
}

.tender {
  height: 874px;
  padding-top: 82px;
  background-color: #f8f8fa;
}

.tender .tender-body-l {
  width: 384px;
}

.tender .tender-body-l .tender-l-item {
  width: 100%;
  height: 223px;
  margin-top: 20px;
  padding: 0 50px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(79, 79, 79, 0.14);
          box-shadow: 0px 4px 15px 0px rgba(79, 79, 79, 0.14);
  background: url("../images/mark_transit/item_bg_01.png") 315px 26px no-repeat #fff;
}

.tender .tender-body-l .tender-l-item .tender-img {
  width: 42px;
  height: 42px;
  margin-top: 24px;
}

.tender .tender-body-l .tender-l-item .tender-title {
  margin-top: 4px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
}

.tender .tender-body-l .tender-l-item .tender-text {
  color: #5c5f6b;
  line-height: 26px;
}

.tender .tender-body-l .tender-l-item:first-child {
  margin-top: 0;
}

.tender .tender-body-r {
  margin-left: 408px;
  height: 710px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(79, 79, 79, 0.14);
          box-shadow: 0px 4px 15px 0px rgba(79, 79, 79, 0.14);
  background: url("../images/mark_transit/right_01.png") top center no-repeat #fff;
}