img{border:none;}
/*公共标题*/
.commonTitle{
    margin:0 auto;
    text-align: center;
}
.commonTitle .g-title{
    font-size:40px;
    color:#3f3f3f;
    letter-spacing: 2px;
}
.commonTitle .g-intro{
    font-size:24px;
    color:#666666;
    margin-top:20px;
}
.server-container {
    display: block;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.g-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    display: block;
}
/*banner*/
.banner{
    width:100%;
    /*height:350px;*/
    font-size: 0;
    /*margin-top:124px;*/
}
.banner .hotServiceImg{
    max-width: 100%;
    width:100%;
    /*height:350px;*/
}
/*了解小程序*/
.basicWrap{
    box-sizing: border-box;
    padding:50px 0;
}
.basic-box{
    margin-top:70px;
}
.basic-box .basic-left{
    width:474px;
    box-sizing: border-box;
    padding-top:100px;
}
.basic-box .basic-left .basic-title{
    color:#3f3f3f;
    font-size:24px;
}
.basic-box .basic-left .basic-intro{
    color:#666666;
    font-size:16px;
    line-height: 25px;
    width:416px;
    margin-top:38px;
}
/*六大核心优势*/
.advantageWrap{
    box-sizing: border-box;
    padding:50px 0;
    background-color: #fafafa;
}
.advantage-box{
    margin-top:70px;
    box-sizing: border-box;
    padding:0 16px;
}
.data-item{
    width:345px;
    margin-right:55px;
    text-align: center;
    margin-bottom: 75px;
    border-radius: 10px;
    box-sizing: border-box;
    padding:20px 0;
    background-color: #af50d8;
    color:#fff;
}
.data-item:nth-child(3n){
    margin-right:0;
}
.data-item .data-img{
    height:65px;
    width:70px;
}
.data-item .data-title{
    font-size:24px;
    margin-top:10px;
    margin-bottom:15px;
}
.data-item .data-line{
    display: block;
    width:62px;
    border-top:1px solid #fff;
    margin:0 auto;
}
.data-item .data-intro{
    font-size:16px;
    margin-top:15px;
}
/*核心优势*/
.profitWrap{
    box-sizing: border-box;
    padding:50px 0;
}
.profit-box{
    margin-top:68px;
}
.profit-item{
    width:177px;
    margin-right:70px;
    margin-bottom: 90px;
}
.profit-item:nth-child(5n){
    margin-right:0;
}
.profit-item .profit-img{
    display: block;
    width:115px;
    margin:0 auto;
}
.profit-item .profit-title{
    font-size:24px;
    color:#3f3f3f;
    margin-top:12px;
    margin-bottom: 15px;
    text-align: center;
}
.profit-item .profit-intro{
    font-size:16px;
    color:#aaa;
    line-height: 25px;
}
/*营销工具*/
.marketTool{
    box-sizing: border-box;
    padding:50px 0;
    background-color: #fafafa;
}
.tool-box{
    margin-top:70px;
}
.system-item{
    width:375px;
    height:195px;
    border:1px solid #d0d1d1;
    margin-right:30px;
    margin-bottom: 27px;
}
.system-item:nth-child(3n){
    margin-right:0;
}
.system-item .system-img{
    width:69px;
    height:67px;
    margin:65px 40px;
}
.system-item .system-right{
    width:208px;
}
.system-item .system-right .system-title{
    color:#3f3f3f;
    font-size:24px;
    margin-top:29px;
}
.system-item .system-right .system-line{
    width:60px;
    border-top:2px solid #a8a7a7;
    margin:28px 0;
}
.system-item .system-right .system-intro{
    color:#777777;
    font-size:16px;
    line-height: 25px;
}
/*入口配合营销*/
.entranceWrap{
    box-sizing: border-box;
    position: relative;
    padding-bottom: 50px;
}
.entrance-img {
    display: block;
    position: relative;
    width: 1200px;
    height: 466px;
    z-index: 10;
    margin: 0 auto;
}
.background-img{
    width:100%;
    height:758px;
    position:absolute;
    left:0;
    top:297px;
}
/*适用商户*/
.applyTenant{
    box-sizing: border-box;
    padding:50px 0;
    background-color: #fafafa;
}
.tenant-box{
    margin-top:110px;
}
.other-item{
    width:235px;
    height:250px;
    border:3px solid #515151;
    border-radius: 15px;
    margin-right:74px;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding-top:35px;
}
.other-item:nth-child(4n){
    margin-right:0;
}
.other-item .other-img{
    display: block;
    height:95px;
    margin:0 auto;
}
.other-item .other-title{
    font-size:30px;
    text-align: center;
    color:#3f3f3f;
    margin-bottom: 20px;
    margin-top:40px;
}