.banner {
    width: 100%;
    height: 450px;
    margin-top: 16px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.contact {
    width: 100%;
    padding: 0 240px;
    margin-bottom: 20px;
}

.contactTitle {
    font-size: 28px;
    font-weight: 700;
    color: #2A2E2E;
    margin: 40px 0 30px;
}

.contactBox {
    padding-top: 32px;
    position: relative;
    display: flex;
}

.contactBox .phone:nth-child(1) {
    margin-right: 170px;
}

.contactBox .phone:nth-child(2) {
    margin-right: 120px;
}

.phone {
    color: #666666;
    font-size: 18px;
    position: relative;
}

.phone p {
    margin: 0 0 10px;
}

.phone p:nth-child(1) {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.phone .linkBtn {
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    background: #46a6ff;
    border-radius: 20px;
}

.linkBtn i {
    font-size: 14px;
}

.imgBox {
    width: 186px;
    height: 186px;
}

.xfPic {
    width: 186px;
    height: 186px;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    top: -40px;
}

.Wb {
    left: -200px;
}

.WX {
    left: 152px;
}

.xfPic .jt {
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    display: block;
    left: -6px;
    top: 50%;
    box-shadow: -7px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.xfPic .wbJt {
    left: 180px;
    box-shadow: 8px -5px 10px 0 rgba(0, 0, 0, 0.2);
}

.xfPic p {
    width: 100%;
    height: 28px;
    background: #F3F3F3;
    margin: 0 0 14px;
    line-height: 28px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.xfPic p span {
    float: right;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: 6px 6px 0 0;
}

.xfPic img {
    width: 136px;
    height: 136px;
    margin: 0 auto;
}

.xfPic div {
    text-align: center;
}

.imgBox img {
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.map-box {
    width: 100%;
    height: 750px;
    position: relative;
}

.map {
    margin: 0 auto;
    width: 1359px;
    height: 700px;
}

.custom-content-marker i {
    font-size: 36px;
    color: #46a6ff;
}


.locationMsg {
    height: 120px;
    width: 500px;
    background-color: #fff;
    padding: 30px;
    position: absolute;
    top: 40px;
    right: 370px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.locationMsg p {
    margin: 0 0 10px;
    white-space: nowrap;
}

.locationMsg p img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    vertical-align: middle;
}

.locationMsg p span {
    font-size: 15px;
    color: #333;
}

.locationMsg p span:nth-of-type(2) {
    color: #666;
}
