.content{
    width: 100%;

}
.content img{
    width:100%;
}
.content-text{
    background: url("../image/contact-us-bg.png")no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.text{
    width: 60%;
    margin: 85px auto 80px auto;
}
.text div:nth-child(1) {
    text-align: center;
}
.icon-text p:nth-child(1){
    color: #465472;
    font-size: 32px;
    margin: 60px 0 10px 0;
}
.icon-text p:nth-child(2){
    font-size: 20px;
    color: #465472;
}
.icon-text p:nth-child(3){
    margin-top: 30px;
    font-size: 20px;
    color: #999999;
    text-indent: 2em;
    line-height: 35px;
    text-align: justify;
}
.xian{
    width: 100%;
    height: 2px;
    background: #f6b436;
    margin: 28px 0 35px 0;
}
.logo3{
    text-align: center;
    margin-top: 85px;
}
.content1{
    width:90%;
    margin:0px auto;
    padding-top:20px;
}
.content1 img{
    display:block;
    margin:0px auto;
    width:50%;

}
.bottom-logo {
    width:100%;
    display: flex;
    align-items: center;
    display:-webkit-flex;
    -webkit-justify-content: center;
    margin:20px 0px;
}
.bottom-logo img{
    width:60%;
    margin:0px auto;
}
