@import url(procommon.css);
.box-banner{
    height:385px;
    background: url("../images/lianxiwomen_banner@2x.jpg") no-repeat;
    background-size: 100% 100%;
}
.contact-main{
    width:100%;
    min-width:1200px;
    height:695px;
    background:#f5f6fa;
    padding-top:72px;
    padding-bottom: 76px;
}
.contact-main h2{
    font-weight: normal;
    color:#333;
    font-size: 28px;
    text-align: center;
    margin-bottom: 48px;
}
.contact-message{
    width:1157px;
    margin: 0 auto;
    height:500px;
}
.message-left{
    width:600px;
    float: left;
}
.message-left h3{
    font-weight: normal;
    font-size: 24px;
    color:#333;
    margin-bottom:10px;
}
.message-left p{
    color:#929292;
    font-size:18px;
    margin-bottom:60px;
}
.message-left .message-mail{
    color:#f63;
    margin-right:44px;
}
.message-left .message-together{
    color:#f63;
}
.message-right{
    width:254px;
    height:315px;
    float: right;
    margin-top: 40px;
}
.message-right .message-righttext{
    color:#929292;
    font-size:24px;
    text-align: center;
    margin-top:22px;
}
