.no{
    display: none;
}
.allServe {
    width: 100%;
    font-size: 66px;
    text-align: center;
    color: #fff;
    position: relative;
}
.allServe img{
    width: 100%;
}
.allServe span{
    position: absolute;
    left:0px;
    right: 0px;
    top:0;
}
/*个性化定制服务*/
.serve {
    width: 65%;
    margin: 0 auto;
    padding-top: 133px;
    text-align: center;
}
.serve .title {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
}
.serve .line {
    width: 77px;
    height: 2px;
    background: #e60012;
    margin: 38px auto;
}
/*店站运营*/
.run {
    width: 100%;
    position: relative;
}
.run img.bg{
    position: absolute;
    width: 100%;
    height: 1400px;
    left: 0px;
    top: 0px;
}
.run img.content{
    position: absolute;
    left: 0px;
    right: 0px;
    top:306px;
    margin: 0 auto;
}
.run .txt {
    position: absolute;
    width:calc(65% - 134px) ;
    left: 0px;
    right: 0px;
    bottom:120px;
    line-height: 34px;
    margin: 0 auto;
    font-size: 16px;
    color: #00fafd;
    border: 1px solid #00fafd;
    padding:60px 67px;
    letter-spacing: 2px;
    text-indent: 2em;
    text-align: justify;
}
/*全渠道整合营销*/
.partDiv {
    padding: 130px 0px;
    background: #ececec;
}
.part {
    width: 65%;
    position: relative;
    left:0px;
    right: 0px;
    margin: 0 auto 152px auto;
}
.part img {
    position: absolute;
    width: 79%;
    top:0px;
}
.part img.left {
    left: 0px;
}
.part img.right {
    right: 0px;
}
.part div.back {
    width: 49%;
    height: calc(80% - 54px);
    background: black;
    color: #fff;
    position: absolute;
    padding: 32px 27px;
}
.part div.back p {
    font-size: 28px;
    padding: 0px 0px 28px 0px
}
.part div.back span {
    padding: 0px 0px;
    display: inline-block;
    letter-spacing:2px;
    text-align: justify;
}
.part div.right{
    position: absolute;
    right: 0;
}
.czwu{
    width: 100%;
    height:438px;
    background: url("../images/ourService/partBg6.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.czwu .txtCont{
    position: absolute;
    width: 50%;
    height: 300px;
    margin: 0 auto;
    background: black;
    color: #fff;
    top: -43px;
    left: 25%;
}
.czwu .txtCont p{
    font-size: 28px;
    padding:0px 20px 30px;
}
.czwu .txtCont span{
    font-size: 14px;
    padding: 0px 20px;
    display: inline-block;
    letter-spacing:2px;
    text-align: justify;
}