.aboutUsTitle{
    width:100vw;
height:600px;
background:rgba(19,21,33,1);
padding-top: 208px;
background-image: url('../../img/aboutUs/bgImg.png');
background-size: cover;
}

.aboutUsTitle p{
    text-align: center;
}
.aboutUsTitle p:nth-child(1){
    font-size:40px;
font-family:Source Han Sans SC;
font-weight:500;
color:rgba(255,255,255,.8);
}
.aboutUsTitle p:nth-child(2){
    margin-top: 32px;
}
.aboutUsTitle p:not(:first-child){
    font-size:18px;
font-family:Source Han Sans CN;
font-weight:400;
color:rgba(255,255,255,1);
}
.aboutUsTitle p:nth-child(1) span{
    color: #FEB529;
}
/* aboutUsMap */
.aboutUsMap{
    width:1200px;
height:582px;
background:rgba(255,255,255,1);
box-shadow:0px 1px 4px 0px rgba(28,30,41,0.1);
margin: -100px auto 70px auto;
z-index: 2;
padding: 76px 128px 75px 39px;
display: flex;
justify-content: space-between;
align-items: center;
}
.aboutUsMap .aboutUsMap_left #allmap{
    width:591px;
height:431px;
}
.aboutUsMap .aboutUsMap_right{
  margin-left:100px;
}
.aboutUsMap .aboutUsMap_right p{
    display: flex;
    align-items: center;
}
.aboutUsMap .aboutUsMap_right img{
    margin-right: 20px;
    width: 30px;
    height: 30px;
}
.aboutUsMap .aboutUsMap_right p:nth-child(1){
    font-size:36px;
font-family:Source Han Sans SC;
font-weight:500;
color:rgba(51,51,51,1);
}
.aboutUsMap .aboutUsMap_right p:not(:first-child){
    font-size:22px;
font-family:PingFang SC;
font-weight:500;
color:rgba(85,85,85,1);
}
.aboutUsMap .aboutUsMap_right .aboutUsMap_rightPhone{
    display: none;
}
/* .aboutUsMap .aboutUsMap_right p:nth-child(2){
    margin-top: 17px;
} */
.aboutUsMap .aboutUsMap_right p:nth-child(3){
    margin-top: 56px;
}
.aboutUsMap .aboutUsMap_right p:nth-child(4){
    margin-top: 32px;
}
.aboutUsMap .aboutUsMap_right p:nth-child(5){
    margin-top: 3px;
    padding-left: 50px;
}
.aboutUsMap .aboutUsMap_right p:nth-child(6){
    margin-top: 24px;
}
.aboutUsPhone{
    display: none;
}