.bannerimg {
  position: relative;
  cursor: pointer;
}

.banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);

}

.banner-title {
  padding: 20px;
  max-width: 768px;
}

.banner-title h2 {
  font-size: 36px;
  line-height: 46px;
  color: #252B3A;
  padding: 3px 0;
  vertical-align: middle;
}

.banner-title .btn-server {
  font-size: 18px;
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  background: #F66F6A;

}

.banner-title .product-banner-paragraph {
  padding: 20px 0;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

.measureInfo {
  padding: 20px 0;
}

.measureInfo h3 {
  margin: 10px;
  font-size: 24px;
  color: #03b5ef;
}

.measureInfo span {
  display: block;
  color: #555;
  padding: 10px 0;
  font-size: 16px;
}

.margin15 {
  margin: 15px 0 50px 0;
}

.measureInfo p {
  font-size: 14px;
  text-indent: 30px;
  line-height: 60px;
  color: #666;
}

@media screen and (max-width:768px) {
  .measureInfo p {
    font-size: 14px;
    text-indent: 30px;
    line-height: 30px;
    color: #666;
  }
}

@media screen and (max-width: 768px) {
  .banner-title h2 {
    display: none;
  }

  .banner-title .product-banner-paragraph {
    display: none;
  }

  .measureInfo span {
    display: none;
  }
}

.measureMain {
  padding: 10px 0;
}

.measureMain .measureStyle h3 {
  padding: 50px 0 10px;
  font-size: 24px;
  color: #03b5ef;
}

.measureMain .measureStyle p {
  font-size: 14px;
  color: #555;
}

.measureMain .measureStyle>ul {
  padding: 20px 0;
}

.measureStyle .measuretext {
  font-size: 16px;
  line-height: 25px;
  border: 1px solid #eee;
  margin: 10px;
  padding: 8px;
  min-height: 240px;
}

/* 功能图标与标题样式 */
.measuretext i {
  text-align: center;
  display: block;
  color: #03b5ef;
  font-style: 36px;
}

.glyphicon {
  top: 4px;
  margin: 3px;
  font-size: 30px;
  margin: 5px;
}

.measuretext span {
  display: block;
  text-align: center;
  color: #F66F6A;
  padding: 10px 0;
}

.measureMain .measureStyle .measuretext p {
  font-size: 14px;
  line-height: 30px;
  text-indent: 20px;
}

@media screen and (max-width: 768px) {
  .measureMain .measureStyle .measureStyle h3 {
    padding: 50px 0 10px;
    font-size: 20px;
  }

  .measureMain .measureStyle .measuretext p {
    font-size: 12px;
    line-height: 20px;
  }
}

.comcomponents {
  padding: 30px 0;
  background: #F7F8FA;
}

.comcomponents h3 {
  padding: 30px 0;
  font-size: 24px;
  color: #333;
}

.comcomponents ul li div {
  border: 1px solid #ccc;
  padding: 20px;
}