.contact{
    height: 900px;
    background-image: url("../images/contact.png");
    background-repeat: no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
}
.contact .content{
    margin-top: 300px;
    height: 400px;
    box-shadow: 1px 1px 5px #a0a09f;
    background-color: #FFFFFF;
}
.content .left_white{
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content .left_white div{
    height: 280px;
}
.content .left_white p{
    margin-top: 20px;
}
.content .left_white .el{
    width: 20px;
    border: 1px solid #999999;
}
.content .right_blue{
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #76AFF2;
}
.content .right_blue .branch{
    color: #FFFFFF;
    height: 280px;
}
.content .right_blue .branch .title{
    height: 30px;
    line-height: 30px;
    font-size: 17px;
}
.content .right_blue .branch .phone{
    margin-top: 10px;
    font-weight: bold;
    font-size: 40px;
}
.content .right_blue .branch .decorate{
    width: 40px;
    border: 1px solid #FFFFFF;
}
.content .right_blue .branch .text{
    margin-top: 30px;
    font-weight: bold;
    font-size: 23px;
}
.content .right_blue .branch .decorate1{
    width: 20px;
    border: 1px solid #FFFFFF;
}
.content .right_blue .branch .time{
    margin-top: 20px;
    font-size: 15px;
}
