/*合作伙伴*/
.links-wrapper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}
.links-wrapper .service-line{
    margin-bottom: 24px;
}
.links-wrapper .link-icon-wrapper{
    margin: 0 auto;
    text-align: center;
}
.links-wrapper .link-icon{
    margin-right: 25px;
    height: 41px;
}

.links-wrapper .title {
    text-align: center;
    font-size: 27px;
}

.links-wrapper .en {
    text-align: center;
    font-size: 16px;
}

.links-wrapper .line {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 130px;
}


/*平板自适应start*/
@media (max-width: 992px) {
    .links-wrapper .link-icon {
        height: 31px;
    }
}
/*平板自适应end*/

@media (max-width: 768px) {
    .links-wrapper .link-icon {
        height: 21px;
    }
}
/*手机自适应 end*/