﻿
p,h5,h6 {
    margin: 0;
    padding: 0;
    line-height: 1.25;
    font-weight: normal;
}
.section2 h6 {
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.section2 ul {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.section2 ul > li {
    display: inline-block;
    width: 24%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 60px;
}
.section2 ul > li .box {
    padding: 0 8%;
}

ul > li .box img {
    width: 100%;
    height: auto;
    border: 0;
}
ul > li .box h6 {
    padding: 38px 0 14px;
    font-size: 20px;
}
ul > li .box p {
    max-width: 200px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 46px;
    font-size: 14px;
padding: 0;
line-height: 1.25;
font-weight: normal;
}

.tipBase {
    position: relative;
    background: url(../img/wenhao.png) center center no-repeat;
    background-size: auto;
    background-size: 80%;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.tipBase::after {
  content: attr(data-tip);
  position: absolute;
  top: -90%;
  left: 30px;
  background-color: #000;
  color: #fff;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 18px;
  min-width: 160px;
  max-width: 400px;
  display: none;
  z-index: 10;
}
.tipBase::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #000;
  display: none;
  z-index: 10;
}
.tipBase:hover::before {
  display: block;
}
.tipBase:hover::after {
  display: block;
  border-radius: 3px;
}

.basicPng {
    background: url(../img/gou.png) center center no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto;
    height: 100%;
    background-size: 15px;
}

/*版本与增值*/
.section3 {
    background: #F7F8FA;
    padding: 80px 0;
}

.section3 h5 {
    text-align: center;
    font-size: 40px;
    color: #333;
    margin-bottom: 60px;
    font-weight: 500;
}

.serviceContent, .serviceContent2 {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.serviceContent > ul > li, .serviceContent2 > ul > li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    font-size: 14px;
    float: left;
    text-align: center;
    background: #FFFFFF;
}

.serviceContent > ul > li .top, .serviceContent2 > ul > li .top {
    display: block;
    width: 100%;
    background: #ECF3F8 !important;
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.serviceContent > ul > li > div, .serviceContent2 > ul > li > div {
    line-height: 64px;
    height: 64px;
}
.serviceContent > ul > li.appCountTitle > div, .serviceContent2 > ul > li.appCountTitle > div {
    padding-left: 25%;
    text-align: left;
    box-sizing: border-box;
}



.serviceContent2 > ul > li {
    width: 20%;
}
.serviceContent2 > ul > li:nth-child(2) {
    width: 80%;
}



.forPrice {
    margin: 68px 0 20px;
    width: 152px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
box-sizing: border-box;
}
.section3 .forPrice {
    width: 280px;
    height: 48px;
    margin: 48px auto 0;
    background: #2196F3;
    color: #fff;
    font-size: 16px;
    border: 0;
    display: block;
}
