article {
    margin-bottom: 120px;
}
.contact-l {
    float: left;
    width: 46%;
}
.contact-l h2 {
    margin-top: 79px;
    margin-bottom: 90px;
    line-height: 20px;
    font-size: 20px;
    color: #666;
}
.contact-list {
    margin-bottom: 26px;
}
.contact-list > ul > li {
    margin-left: 5em;
    margin-bottom: 20px;
    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;
    width: 625px;
}
.contact-r .inside-title {
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom: 27px;
    font-size: 18px;
    color: #666;
    transition: all .2s ease;
}
.contact-r .inside-title.inside-title-focus {
    color: #ff3838;
}
.contact-form > ul > li {
    display: inline-block;
    position: relative;
    border: 1px solid #d2d2d2;
    margin-bottom: 28px;
    width: 100%;
    color: #999;
    min-height: 32px;
    line-height: 32px;
    box-shadow: 2px 2px 3px #eee inset;
    transition: all .5s ease;
}
.contact-form > ul > li:nth-child(1) {
    width: 48.6%
}
.contact-form > ul > li:nth-child(2) {
    width: 48.6%;
    float: right;
}
.contact-form > ul > li img {
    margin-top: -2px;
    margin-right: 8px;
    margin-left: 8px;
}
.contact-form > ul > li label {
    font-size: 14px;
    vertical-align: baseline;
}
.contact-form > ul > li input {
    border: 0;
    margin-top: -23px;
    width: 87.5%;
    font-size: 14px;
    color: #333;
    outline: none;
    vertical-align: baseline;
    font-family: 'microsoft yahei';
}
.contact-form > ul > li:nth-child(1) input,
.contact-form > ul > li:nth-child(2) input {
    width: 74%;
}
.contact-form > ul > li textarea {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    width: 83.3%;
    height: 120px;
    line-height: 16px;
    font-size: 14px;
    color: #333;
    outline: none;
    resize: none;
    vertical-align: top;
    font-family: 'microsoft yahei';
}
.contact-form > ul > li:last-child {
    float: right;
    width: 168px;
}
.contact-form > ul > li:last-child input {
    margin: 0;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: #c1c1c1;
    transition: all .2s ease;
}
.contact-form > ul > li:last-child input:hover {
    background: #ff3838;
}
.contact-form > ul > li.contact-form-focus {
    color: #ff3838;
    box-shadow: 1px 1px 3px #ff3838 inset;
}
.contact-form > ul > li span {
    position: absolute;
    bottom: -29px;
    left: 2px;
    font-size: 12px;
    color: #ff3838;
}