article {
    margin-bottom: 120px;
}
.contact-l {
    float: left;
    width: 46%;
}
.contact-list {
    margin-bottom: 26px;
}
.contact-list > ul > li {
    margin-left: 5em;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    text-indent: -5em;
}
.contact-qrcode-img {
    margin-bottom: 14px;
    width: 135px;
    height: 135px;
    text-align: center;
}
.contact-qrcode-img img {
    width: 100%;
    height: 100%;
}
.contact-qrcode-img img:hover {
    animation:rockGo .4s linear 1;
}
.contact-qrcode > ul {
    font-size: 0;
}
.contact-qrcode > ul > li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}
.contact-qrcode > ul > li p {
    font-size: 14px;
    color: #999;
    text-align: center;
    transition: all .3s ease;
}
.contact-qrcode > ul > li:hover p {
    color: #666;
}
.contact-r {
    float: right;
}
.contact-info-map {
    border: 1px solid #e0e0e0;
    width: 625px;
    height: 280px;
}