#solution{
    margin-bottom:120px;
}
#solution .customer {
    margin-top: 48px;
    margin-bottom: 70px;
    padding: 0 70px;
}
#solution .customer p.sulotitle{
    font-size:30px;
    color:#000;
    font-weight:bold;
    line-height:30px;
    margin:0;
}
#solution .customer p.plan{
    font-size:16px;
    color:#666666;
    margin-bottom:50px;
}
#solution .customer span.henx{
    display:inline-block;
    border:1px solid #37af83;
    width:98px;
    margin:24px 0;
}
#solution .customer p.server{
    font-size:24px;
    color:#535353;
    line-height:24px;
    margin-bottom:48px;
}
#solution .customer p.oriented{
    font-size:30px;
    color:#222222;
    font-weight:bold;
    line-height:30px;
    margin-bottom:23px;
}
#solution .customer p span{
    color:#37af83;
}
#solution .soluImgs {
    padding: 0;
}
#solution .soluImgs {
    position: relative;
}
#solution .soluImgs .function {
    position: absolute;
    width:100%;
    text-align:center;
    color:#fff;
    font-size:16px;
    margin-top:68px;
    top:0;
    padding:0 80px;
}
#solution .soluImgs .function p.pro1{
    font-size:36px;
    line-height:36px;
}

#solution .soluImgs .function p{
    font-size:16px;
}

@media (max-width : 767px) {
    #solution .soluImgs .function p {
        font-size: 12px;
    }
    #solution .soluImgs .function p.pro1{
        font-size:28px;
    }
    #solution .customer{
        padding:0;
    }
    #solution .customer p.sulotitle{
        font-size:26px;
    }
    #solution .customer span.henx{
        margin:15px 0;
    }
    #solution .customer p.plan {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}
    #solution .customer p.oriented{
        font-size:26px;
        margin-bottom:15px;
    }
    #solution .customer p.server{
        font-size:18px;
    }
}
@media (max-width : 520px) {
    #solution .soluImgs .function{
        margin-top:20px;
    }
    
    #solution .soluImgs .function p.pro1{
        font-size:24px;
        line-height:24px;
    }
    #solution .customer p.sulotitle {
        font-size: 18px;
    }
    #solution .customer span.henx{
        width:70px;
    }
    #solution .customer p.plan {
        font-size: 12px;
        margin-bottom: 15px;
    }
    #solution .customer p.oriented {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #solution .customer p.server {
        font-size: 16px;
    }
}