.aboutUs-title{
    margin: 0 auto;
    width: 498px;
    height: 148px;
    border: 4px solid #3C4268;
    color: rgba(60, 66, 104, 0.04);
    font-size: 70px;
    text-transform:uppercase;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    position: relative;
}

.aboutUs-title-down{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
    font-size: 48px;
    color: #3C4268;
    width: 286px;
    background-color: #F7F9FC;
    font-weight: normal;
}
.box1{
    background-color: #F7F9FC;
    padding: 116px 0 55px;
}

.aboutUs-content{
    margin-top: 88px;
    padding: 0 47px;
    font-size: 18px;
    color: #70769D;
}
.box2{
    height: 540px;
    background: url(../../assets/pic208.png) no-repeat;
    background-size: 100% 100%;
}
.box2-map{
    width: 1080px;
    height: 360px;
    background-color: rgba(60, 66, 104, 0.6);
}
