.MyPosition {
    color: #606776;
    font-size: 16px;
}

.MyPosition a {
    color: #606776;
}

.MyPosition .TypeArea {
    line-height: 100px;
}

.MyPosition img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
}
.ContactCenter{
    padding: 0 0 70px 0;
    box-sizing: content-box;
}
.ContactCenter h1 {
    font-size: 33px;
    font-family: Microsoft YaHei;
    font-weight: 400;

}

.ContactCenter .hr {
    display: inline-block;
    width: 1477px;
    height: 2px;
    background: #E9E9E9;
    margin: 20px 0;
}

.ContactCenter .Adress {
    display: flex;
    justify-content: space-between;
}

.ContactCenter .Adress .AdressLeft {
    width: 473px;
    height: 409px;
    padding: 0 0 0 60px;
    box-sizing: content-box;
}

.ContactCenter .Adress .AdressLeft span {
    display: inline-block;
    width: 340px;
    height: 1px;
    background: #E7E7E7;
}

.ContactCenter .Adress .AdressLeft .Detailes {
    margin-left: 60px;
    height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.Detailes img {
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    /* width: 26px;
height: 35px; */
}

.Detailes h5 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.Detailes p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
}
.Adress .Map{
    width: 1089px;
    height: 409px;
}
