.position-r{position: relative;}
.contact-top{
    width: 100%;
    min-width: 1196px;
    height: 350px;
    background: url("../image/contact/contact_top.jpg") center center;
}
.contact-body{
    position: relative;
    width: 100%;
    min-width: 1196px;
    height: 437px;
    background: #f2f2f2;
}
.contact-text{
    padding-top: 55px;
    padding-left: 100px;
    font-size: 18px;
}
.contact-text h2{
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 100;
    line-height: 40px;
}
.contact-text a{
    display: block;
    width: 180px;
    height: 45px;
    margin-bottom: 35px;
    background: #fece1f;
    /*background: #969696;*/
    color: #000;
    line-height: 45px;
    text-align: center;
}
.contact-text p{
    margin-bottom: 26px;
    line-height: 18px;
}
.wechat{
    position: absolute;
    top: 124px;
    right: 107px;
}
.wechat-img{
    width: 53px;
    height: 53px;
    margin-right: 25px;
    float: left;
}
.code{
    width: 134px;
    height: 134px;
    float: left;
    background: #ccc;
}
.code img{width: 100%;}