
.ServiceBanner.md12257 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.ServiceBanner.md12257 .BannerImg {
  width: 100%;
}
.ServiceBanner.md12257 .BannerImg .Img {
  width: 100%;
  padding-top: calc(940 / 1920 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ServiceBanner.md12257 .BannerImg img {
  display: none;
}
.ServiceBanner.md12257 .BannerText {
  width: 100%;
  padding: 0 2.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ServiceBanner.md12257 .BannerText .Title {
  width: 100%;
}
.ServiceBanner.md12257 .BannerText .Ch {
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
  width: 100%;
}
.ServiceBanner.md12257 .BannerText .En {
  width: 100%;
  white-space: nowrap;
  color: #fff;
  margin-top: 0.1rem;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .ServiceBanner.md12257 .BannerText {
    width: 100%;
    padding: 0 20px;
  }
}

.ServiceEntry.md12258 {
  width: 100%;
}
.ServiceEntry.md12258 .EntryList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ServiceEntry.md12258 .EntryItem {
  width: calc(100% / 3);
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ServiceEntry.md12258 .EntryItem:hover .ItemMask {
  top: 0;
}
.ServiceEntry.md12258 .EntryItem:hover .ItemTitle {
  opacity: 0;
}
.ServiceEntry.md12258 .EntryItem .ItemBoard {
  width: 100%;
  position: relative;
  z-index: 4;
}
.ServiceEntry.md12258 .EntryItem .ItemImg {
  width: 100%;
}
.ServiceEntry.md12258 .EntryItem .ItemImg .Img {
  width: 100%;
  padding-top: calc(500 / 640 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ServiceEntry.md12258 .EntryItem .ItemImg img {
  display: none;
}
.ServiceEntry.md12258 .EntryItem .ItemTitle {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 0;
  color: #fff;
  line-height: 1.4;
  z-index: 5;
  padding: 0.6rem 0.5rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(51, 51, 51, 0.1)), color-stop(60%, rgba(51, 51, 51, 0.5)), to(#333333));
  background: linear-gradient(to bottom, transparent 0%, rgba(51, 51, 51, 0.1) 20%, rgba(51, 51, 51, 0.5) 60%, #333333 100%);
}
.ServiceEntry.md12258 .EntryItem .ItemMask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  background: rgba(0, 86, 194, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ServiceEntry.md12258 .EntryItem .ItemText {
  width: 62.5%;
  text-align: center;
}
.ServiceEntry.md12258 .EntryItem .ItemText .Title {
  color: #fff;
  width: 100%;
  line-height: 1.5;
}
.ServiceEntry.md12258 .EntryItem .ItemText .Remark {
  width: 100%;
  color: #fff;
  line-height: 1.75;
  margin-top: 0.36rem;
}
@media (max-width: 1200px) {
  .ServiceEntry.md12258 .EntryItem .ItemText {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 750px) {
  .ServiceEntry.md12258 .EntryList {
    background: #eee;
  }
  .ServiceEntry.md12258 .EntryItem {
    width: 100%;
    margin-bottom: 20px;
  }
  .ServiceEntry.md12258 .EntryItem .ItemTitle {
    display: none;
  }
  .ServiceEntry.md12258 .EntryItem .ItemMask {
    position: static;
    left: auto;
    top: auto;
    background: #fff;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
  }
  .ServiceEntry.md12258 .EntryItem .ItemText {
    padding: 20px 0;
  }
  .ServiceEntry.md12258 .EntryItem .ItemText .Title, .ServiceEntry.md12258 .EntryItem .ItemText .Remark {
    color: #333;
  }
}
