.contact-us-banner img{
    width: 100%;
}
.text-content{
    width: 100%;
    height: 790px;
    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;
}
.xian{
    width: 100%;
    height: 2px;
    background: #e1b04c;
    margin: 28px 0 35px 0;
}
.query-left,.query-right{
    width: 48%;
    float: left;
}
.query-right{
    margin-left: 4%;
}
.query-left img ,.query-right img{
    width: 100%;
}
.left-text{
    width: 90%;
    margin: 35px auto 0 auto;
}
.inp input:nth-child(1){
    width: 73%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #465472;
    text-indent: 1em;
}
.inp input:nth-child(2){
    width: 25%;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 20px;
    border: none;
    color: #fff;
    background: #465472;
}
.text{
    text-align: left;
}
.text i{
    display: block;
    margin: 30px 0 15px 0;
    color: #465472;
    font-size: 20px;
}
.text p:nth-child(3){
    margin-top:18px ;
    color: #999999;
    font-size: 14px;
}
.xian2{
    width: 100%;
    height: 2px;
    background: #465472;
}
.bottom-logo{
    width: 100%;
    text-align: center;
    margin: 90px 0 80px 0;
}
.bottom-logo div{
    width: 25%;
    margin: 0 auto;
    text-align: center;
    background: url("../image/news-bg.png")no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}