﻿
.main-content {
    background-color: #fff;
    min-height: 700px;
    margin:0px;
    padding:0px;
}

.lxwm_content {
    position: relative;
    width: 100vw;
    max-width: 1000px;
    margin: 0 auto;
}

.lxwm_info {
    position: relative;
    width: 100vw;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.6;
}

#mapContainer {
    height: 380px;
}

.daohang a img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.daohang a img :hover {
    transform: scale(1.05);
}

a .text-center {
    font-size: 1.1rem; /* 合适的文字大小 */
    color: #333; /* 默认文字颜色 */
    transition: color 0.3s ease; /* 添加悬停过渡效果 */
}

a:hover .text-center {
    color: #007bff; /* 悬停时文字变色 */
}
