@charset "utf-8";
.conten {
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 150px;
}

.conten .ours {
    width: 100%;
    text-align: center;
    margin-bottom: 29px;
}

.conten .ours h3 {
    font-size: 36px;
    font-weight: 400;
    color: #1D2738;
    line-height: 48px
}

.conten .ours p {
    font-size: 14px;
    font-weight: 400;
    color: #1D2738;
    line-height: 35px;
}

.conten ul {
    margin: 0 auto;
    width: 100%
}

.conten ul li {
    margin: 0 auto;
    text-align: center
}

.conten ul li .tel {
    width: 44px;
    height: 51px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conten ul li .tel img {
    width: 100%;
    /* height: 100%; */
}

.conten ul li a {
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    line-height: 48px
}

.conten ul li p {
    font-size: 22px;
    font-weight: 500;
    color: #999;
    line-height: 30px;
    margin-top: 6px;
}

.conten ul li p.active {
    width: 420px;
    font-size: 22px;
    font-weight: 500;
    color: #999;
    line-height: 36px;
}

.conten .diTu {
    width: 100%;
    margin: 50px auto;
}

.conten .diTu #indexMap {
    height: 520px !important;
}