.crumbs {
    margin-top: 0.29rem !important;
}

.contact .main {
    max-width: 14rem !important;
}

.box1 {
    margin-top: 0.43rem;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
}


.box1_imgBox {
    width: 1.36rem;
    height: 1.36rem;
    border-radius: 50%;
    margin: 0 auto;
}

.box1_box p {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.3rem;
    color: #666666;
    margin-top: 0.33rem;
}

.box1>:last-child p {
    max-width: 2.6rem;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
}

.box1_box:hover {
    animation: box1_box 0.5s forwards;
}

@keyframes box1_box {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}
.map{
    width: 100%;
    height: 3.78rem;
    margin-top: 0.74rem;
    margin-bottom: 0.97rem;
}


@media only screen and (max-width:768px){
    .contact .main {
    max-width: 7rem !important;
}
.box1{
    padding:0;
}
.box1_box p{
    font-size: 0.16rem;
}
.box1_imgBox{
        width: 0.7rem;
    height: 0.7rem;
}
}