.banner-info {
    position: absolute;
    top: 320px;
    left: 91px;
    width: 571px;
    height: 196px;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner-info h2 {
    font-size: 44.1px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3.5px;
    color: #ffffff;
    padding: 50px 0 31px 63px;
}

.banner-info h3 {
    font-family: MicrosoftYaHei;
    font-size: 26.3px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2.1px;
    color: #eceef2;
    padding-left: 69px;
}

/* 产品优势部分 */

.product-part {
    background: url(../img/service/filedbg.jpg) no-repeat;
    text-align: center;
    color: #353535;
    padding-bottom: 60px;
}

.product-part h4,
.function-part h4,
.evaluate-part h4 {
    color: #353535;
    font-size: 24px;
    padding-top: 76px;
    margin-bottom: 23px;
    line-height: 1;
    text-align: center;
    /* font-weight: normal; */
    font-family: SimSun;
}

.product-part p,
.function-part p,
.evaluate-part p {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #353535;
    line-height: 22px;
}

.product-part ul {
    margin-top: 80px;
    padding: 0px 30px;
}

.product-part ul li {
    float: left;
    width: 25%;
}

.product-part h6 {
    font-weight: normal;
    font-size: 18px;
    color: #353535;
    line-height: 3;
}

.product-part i {
    font-size: 50px;
    color: #a8a8a8;
}

.product-part li p {
    font-size: 14px;
    color: #353535;
    line-height: 30px;
}

/* 平台功能部分 */

.function-part ul {
    width: 100%;
    padding-top: 47px;
}

.function-part li {
    width: 284px;
    height: 230px;
    background-color: #f7f7f7;
    margin-left: 12.5px;
    float: left;
    margin-top: 12.5px;
    text-align: center;
}

.function-box {
    padding: 55px 0 0 14px;
}

.function-part li h6 {
    font-size: 16px;
    color: #353535;
    padding-top: 69px;
    font-weight: normal;
    padding-bottom: 17px;
}

.function-part li:hover {
    background-color: #e3e3e3;
}

.function-part li p {
    font-size: 13px;
    color: #868686;
    line-height: 22.4px;
}
/* 客户评价 */
.evaluate-part ul {
  padding-top: 100px;
}
.evaluate-part li {
  width: 570px;
  height: 230px;
  background-color: rgb(237,238,240);
  float: left;
  margin: 15px;
  padding: 15px;
}
.evaluate-part li img {
  float: left;
}
.evaluate-part li div {
  width: 292px;
  padding-left: 36px;
}
.evaluate-part li h6 {
  font-size: 16.4px;
  font-weight: normal;
  color: #000000;
  line-height: 70px;
}
.evaluate-part li p {
  font-size: 14.3px;
	line-height: 22.4px;
  color: #858585;
  text-align: left;
}
#footer {
    margin-top: 120px;
}