/*联系我们*/
.relwmlx {
    width: 100%;
    overflow: hidden;
}
.relwmlx-list {
    width: 100%;
}
.relwmlx-list ul {
    margin: -60px 0 0 -78px;
}
.relwmlx-list li {
    width: calc(50% - 78px);
    margin: 60px 0 0 78px;
}
.relwmlx-list li .img {
    width: 100%;
}
.relwmlx-list li .img img {
    width: 100%;
    object-fit: cover;
}
.relwmlx-list li .name {
    color: #444;
    padding: 22px 0;
    border-bottom: 1px solid #e6e6e6;
}
.relwmlx-list li .text {
    width: 100%;
    margin-top: 28px;
    color: #666;
    line-height: 24px;
}
.relwmlx-list li .text a {
    display: block;
    width: 100%;
    transition: color .4s ease;
    margin-top: 18px;
    padding-left: 34px;
    user-select: all;
}
.relwmlx-list li .text a:first-child {
    margin-top: 0;
}
.relwmlx-list li .text a.address {
    background: url(/images/pages/relwm1ic1.png) no-repeat left top;
}
.relwmlx-list li .text a.phone {
    background: url(/images/pages/relwm1ic2.png) no-repeat left top 2px;
}
.relwmlx-list li .text a.email {
    background: url(/images/pages/relwm1ic4.png) no-repeat left top 5px;
}
.relwmlx-list li .text a.website {
    background: url(/images/pages/relwm1ic3.png) no-repeat left top 2px;
}