.contact-us-banner img{
    width: 100%;
}
.text-content{
    width: 100%;
    background: url("../image/contact-us-bg.png")no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 80px;
}
.font{
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.font p{
    color: #999999;
    margin-top: 20px;
}
.font p:nth-child(2){
    width: 100%;
    height: 2px;
    background: #e1b04c;
    margin: 28px 0 35px  0;
}
 
.active{
    margin: 30px 0 30px 0;
}
.active2{
    margin-top: 130px !important;
}
.xian{
    width: 50px;
    height: 2px;
    background: #e1b04c;
    margin: 42px auto 47px auto;
}