.servicetitle{
    width: 100%;
    height: 35px;
    text-indent: 25px;
    background:url(../images/home.png) left center no-repeat;
}
.servicetitle p{
    line-height: 35px;
    font-size: 16px;
    color: #666;
}

.intro{
    background-color: #fff;
    padding: 30px 0;
    margin: 20px auto;
}
.introcon{
    width: 90%;
    margin: 0 auto;
}
.introtit p{
    font-size: 16px;
    line-height: 30px;
}
.introc p{
    line-height: 25px;
    font-size: 14px;
}

.per{
    width: 100%;
    clear: both;
}
.per a{
    width: 100%;
    height: 100%;
    display: block;
}
.perimg{
    width:20%;
    height:auto;
    margin: 0 0 10px 0;
    background-color: #fff;
    float: left;
    padding: 3%;
}

.percon{
    width: 72%;
    height: 200px;
    float:right;
}
.percontit{
    width: 100%;
    height: 40px;
    background-color: #26afcc;
    text-indent: 20px;
}
.percontit p{
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}
.perconp p{
    padding: 1.2%;
    font-size: 14px;
}

@media (min-width: 401px) and (max-width: 768px){ 

}
@media (max-width: 400px){ 
    .perimg{
        width:100%;
        height:auto;
        background-color: #fff;
    }
    .perimg img{
        width: 90%;
        margin: 3% auto;
    }
    
    .percon{
        width: 95%;
        height: 100%;
        margin: 0 auto;
    }
    .percontit{
        width: 100%;
        height: 40px;
        background-color: #26afcc;
        text-indent: 20px;
    }
    .percontit p{
        line-height: 40px;
        color: #fff;
        font-size: 14px;
    }
    .perconp p{
        padding: 1.2%;
        font-size: 10px;
    }
    .servicetitle{
        width: 100%;
        text-indent: 25px;
        background:url(../images/home.png) left center no-repeat;
    }
    .servicetitle p{
        line-height: 32px;
        font-size: 10px;
        color: #666;
    }
}