/*wpo-service-slider*/
.wpo-service-slider .owl-item .wpo-service-text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    color: #4f555a;
    line-height: 24px;
    min-height: 72px;
}

/*员工心声*/
.wpo-testimonial-section .wpo-testimonial-item .wpo-testimonial-text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    color: #4f555a;
    line-height: 24px;
    min-height: 72px;
}

/* 联系我们  */
.erweima{
    text-align: center;
    color: #fff;
}
.erweima .erweimatu img{
    width: 30%;
}
.erweima .erweimafu{
    float: left;
}
.erweima .erweima_left{
    position: relative;
    left: 150px;
}
.erweimatu img{
    width: 30%;
}
.erweimafu{
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

/*员工风采*/
/*头像加border*/
.owl-stage-outer .wpo-testimonial-avatar {
    height: 60px;
    width: 60px;
}
.owl-stage-outer .wpo-testimonial-avatar img {
    border: 2px solid #A92611;
    border-radius: 50px;
    display: block;
    width: 100%;
    height: 100%;
}

.wpo-blog-pg-section .format-video .video-ihf:before {
    content: "";
    background-color: #fff;
    background: linear-gradient(left, #071e93, #3757f7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    opacity: 0.5;
}
.wpo-blog-pg-section .format-video .video-ihf .fi:before{
    color: #AC1F24;
}