﻿
#地图应用初始化----------------------------------------{}
#通用卡片{}
.card {
    position: relative;
    width: 65%;
    background-color: #ffffff;
    opacity: 0.9;
    padding: 3rem 2rem;
}

.card .close {
    position: absolute;
    top:19px;
    right:22px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}

.card li {
    margin-top: 1.75rem;
}

.card li:first-child {
    margin-top: 0;
}


#地图----------------------------------------{}
.map {
    width: 100%;
    height: 650px;
    background-color: #888888;
    position: relative;
}

.map:before {
    content: "";
    display: inline-block;
    padding-top: 45%;
}

.map .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map #allmap {
    width: 100%;
    height: 100%;
}

/* 必须保留版权信息 */
/*.map #allmap .anchorBL {
    display: none; !* 隐藏地图版权信息 *!
}*/

.map .above {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}

.map .card_box {
    position: relative;
    flex-grow: 1;
    flex-shrink: 100;
}

.map .menu {
    position: absolute;
    top:0;
    left: 0;
    width: 36%;
    height: 100%;
    padding: 2rem;
    background-color: #3266b6;
    opacity: 0.86;
}

@media (max-width: 1280px) {
    .map .menu {
        width: 40%;
    }
}

.map .menu ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.map .menu li {
    text-indent: 22px;
    font-size: 22px;
    line-height: 2.4;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
    cursor:pointer;
}

.map .menu li:hover{
    color:#01e9f8;
}

.map .menu .arrow_li li:before {
    border-left-color: #fff;
}

.map .menu .arrow_li li:hover:before {
    border-left-color: #01e9f8;
}

.map .card {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 3rem;
    width: 52%;
}

.map .card .contact {
    height: 100%;
}

.map .card .contact ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.map .card .contact li {
    padding-left: 2.2rem;
    font-size: 22px;
}

.map .card .contact li:first-child {
    font-size: 24px;
}

.map .card .contact i {
    margin-right: 0.75rem;
}

.map .card .close {

}


#手机{}
@media (max-width: 766px) {
    .card li {
        margin-top: 1rem;
    }

    .map {
        width: auto;
        height: 500px;
    }

    .map .above {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .map .card_box {
        order: 1;
    }

    .map .menu {
        order: 2;
    }

    .map .card {
        width: 90%;
        padding: 1rem;
        right: 50%;
        transform: translateX(50%);
        top:2rem;
    }

    .map .menu {
        width: 100%;
        height: auto;
        top:auto;
        bottom: 0;
        padding: 1rem;
    }

    .map .menu li {
        text-indent: 18px;
        font-size: 12px;
        line-height: 1.2;
    }

    .map .contact {
        flex-direction: column;
    }

    .map .contact li {
        padding-left: 2.5rem !important;
    }

    .map .card .contact li {
        padding-left: 1rem !important;
        font-size: 18px;
    }

    .map .card .contact li:first-child {
        padding-right: 2rem !important;
    }
}
