@font-face {
  font-family: 'fz';
  src: url("../font/FZLBK.ttf") format("truetype");
  src: url("../font/FZLBK.eot") format("embedded-opentype"), url("../font/FZLBK.woff") format("woff"), url("../font/FZLBK.ttf") format("truetype"), url("../font/FZLBK.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.content {
  padding-top: 32px;
  padding-bottom: 64px;
}

.content .list-title {
  margin-bottom: 0;
}

.content .introduction .company-title {
  color: #0e9a95;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}

.content .introduction .pagederict {
  text-indent: 0;
  text-align: center;
}

.content .introduction .features-list {
  margin-bottom: 32px;
}

.content .introduction .features-list li {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 24px;
  float: left;
  text-align: center;
  position: relative;
}

.content .introduction .features-list li a {
  display: block;
}

.content .introduction .features-list li:hover .feature-hover {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.content .introduction .features-list li .feature-show .scaleimg {
  height: 236px;
  overflow: hidden;
}

.content .introduction .features-list li .feature-hover {
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(15, 154, 149, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  padding: 60px 12px 24px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.content .introduction .features-list li .feature-hover p {
  text-align: center;
  color: #fff;
}

.content .introduction .features-list li .feature-hover p.jump-to-details {
  margin-bottom: 12px;
}

.content .introduction .features-list li .feature-hover p.jump-to-details .ms {
  font-size: 24px;
}

.content .introduction .features-list li .feature-hover p.features-hover-item-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.content .introduction .features-list li .feature-hover p.features-item-desc {
  width: 100%;
  height: 76px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.content .introduction .features-list li span {
  display: block;
  width: 100%;
  height: 236px;
  overflow: hidden;
}

.content .introduction .features-list li img {
  width: 100%;
  height: auto;
}

.content .introduction .features-list li .features-item-name {
  text-align: center;
  color: #666;
  background: #f5f5f5;
  line-height: 3.2em;
  margin-bottom: 0;
}

.content .introduction p {
  font-weight: normal;
  color: #666;
  text-align: left;
  text-indent: 2em;
  line-height: 1.8em;
  margin-bottom: 24px;
}
