
.company {
     padding: 0px 0px 0px 0px; 
    position: relative;
}
.center{
    box-sizing: border-box;
    padding: 30px 0;
    color: #333;
    font-size: 14px;
}
.center .summary .content{
    box-sizing: border-box;
    padding: 30px 0;
}
.center .summary p {
    font-size: 18px;
    color: #555555;
    text-indent: 2em;
    line-height: 35px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.center .summary img{
    max-width: 80%;
    margin: auto;
    padding-bottom: 30px;
}
.layouttitle{
    text-align: center;
    font-size: 20px;
}
.titleline{
    margin:10px auto 0px auto;
    width: 40px;
    height: 4px;
    background: #007ac9;
}
.center .list {
    margin: 10px -20px 0px -20px;
    position: relative;
    padding: 0px 20px;
}
.center .leftimg {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.center .item {
    width: 25%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}
.center .inner {
    border: 1px solid #e0e0e0;
    overflow: hidden;
    border-radius: 5px;
    background: white;
    box-shadow: 0px 0px 10px rgb(204 204 204 / 30%);
}
.center .innerimg {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    width: 100%;
}
.center .rightimg {
    position: absolute;
    width: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


@media screen and (max-width: 600px){
    .solution {
        margin: 20px 0px;
        padding: 20px 0px;
    }
    .layouttitle {
        font-size: 16px;
    }.titleline {
        height: 3px;
    }.center .list {
        padding: 10px 20px;
        margin: 10px -10px 0px -10px;
    }.center .leftimg {
        width: 20px;
    }.center .item {
        width: 25%;
        padding: 5px;
    }.center .rightimg {
        width: 20px;
    }.center .summary .content {
        padding: 20px 0;
    }.center .summary p {
        font-size: 14px;
        line-height: 25px;
    }
}