.service{
    max-width: 1200px;
    margin: 0 auto;
    min-height: 40vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.serCon{
    width: 100%;
}
.search{
    margin-bottom: .3rem;
}
.result{
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
    margin: 30px 0 20px;
}
.result span{
    color: #E60012;
}
.resultList{
    list-style: none;
    margin: 20px 0 50px;
}
.resultList li{
    margin: 20px 0;
}
.resultList li a{
    display: block;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 20px 30px;
    padding-right: 96px;
    background: url(../images/product/down.png) right 30px center #FFFFFF no-repeat;
    transition: all .3s;
}
.resultTit{
    font-size: 24px;
    color: #333333;
    line-height: 1.8;
    font-weight: bold;
}
.resulltId{
    font-size: 16px;
    color: #999999;
    line-height: 1.8;
}
.resultList li a:hover{
    background-image: url(../images/product/down2.png);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transform: translateY(-5px);
}
.resultList li a:hover .resultTit{
    color: #E60012;
}
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .service {
        max-width: 62.5vw;
        margin: 0 auto;
        min-height: 40vh;
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    .serCon {
        width: 100%;
    }
    .search{
        margin-bottom: .3rem;
    }
    .result{
        font-size: 0.729vw;
        color: #999999;
        line-height: 1.8;
        margin: 1.562vw 0 1.041vw;
    }
    .result span{
        color: #E60012;
    }
    .resultList {
        list-style: none;
        margin: 1.041vw 0 2.604vw;
    }
    .resultList li{
        background: #FFFFFF;
        transition: all .3s;
    }
    .resultTit{
        font-size: 1.25vw;
        color: #333333;
        line-height: 1.8;
        font-weight: bold;
    }
    .resulltId{
        font-size: 0.833vw;
        color: #999999;
        line-height: 1.8;
    }
    .resultList li a:hover{
        background-image: url(../images/product/down2.png);
        box-shadow: 0 0 0.520vw rgba(0, 0, 0, .1);
        transform: translateY(-0.260vw);
    }
    .resultList li a:hover .resultTit{
        color: #E60012;
    }
}
@media (max-width:1200px) {
    .result{
        margin: .3rem 0;
    }
    .resultList {
        margin: .2rem 0 .5rem;
    }
    .resultList li{
        margin: .2rem 0;
    }
    .resultList li a{
        padding: .1rem .2rem;
        background-size: 30px auto;
        padding-right: calc(.4rem + 30px);
    }
    .resultTit{
        font-size: 18px;
    }
    .resulltId{
        font-size: 14px;
    }
}
@media (max-width:460px) {
    .resultList li a{
        padding: .1rem .2rem;
        background-size: 24px auto;
        background-position: right 10px center;
        padding-right: calc(.3rem + 24px);
    }
    .resultTit{
        font-size: 14px;
    }
    .resulltId{
        font-size: 12px;
    }
}