.contactTit {
    font-size: 24px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    text-align: center;
    margin-bottom: 3vw;
}

.box {
    height: 82px;
}

.bacTop {
    position: relative;
}

.bacTexBox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.bacTex {
    font-size: 60px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin-top: 170px;
    /*line-height: 460px;*/
    z-index: 10;
    text-align: center;
}

.container {}

.contactInfor,
.mapBox {}

.heightBox {
    height: 100%;
}

.row {
    position: relative;
}

.wayLi {
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(232, 232, 232, 1);
    padding: 18px 0px;
    width: calc(100%-26px);
    margin-top: 40px;
}

.wayLi:nth-child(1) {
    margin-top: 0px;
}

.wayTitel,
.mapTit {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    padding-left: 20px;
    border-left: 2px solid rgba(76, 138, 255, 1);
    ;
}

.wayInfor,
.mapAdress {
    font-size: 16px;
    font-weight: 500;
    color: rgba(76, 138, 255, 1);
    line-height: 16px;
    margin-top: 20px;
    margin-left: 25px;
}

.mapBox {
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(232, 232, 232, 1);
    padding: 18px 24px 24px 0px;
}

.mapBox {
    position: absolute;
    top: 0;
    bottom: 0;
}

.ismap {
    margin-left: 25px;
}

.ismap iframe {
    width: 100%;
    min-height: calc(100% - 80px);
    border: #ccc solid 1px;
}

.textBox {
    width: 100%;
    height: 100%;
}

.ismap {
    /* position: absolute; */
    /* width: 100%; */
    height: 100%;
    margin-top: 20px;
}

/* --------------地图 -------------*/
.mapCon {
    background: rgba(247, 247, 247, 1);
    border-radius: 10px;
    padding: 2vw 3vw;
}

.mapTit {
    font-size: 36px;
    font-weight: 600;
    color: rgba(33, 33, 33, 1);
    line-height: 48px;
}

.addree {
    font-size: 16px;
    font-weight: 500;
    color: rgba(33, 33, 33, 1);
    line-height: 36px;
    margin-top: 20px;
}

.mapCon {
    /* width: 100%; */
    height: 100%;
    margin-top: 20px;
}

.mapBox .map {
    width: 100%;
    height: 350px;

}


/* 媒体查询 */
@media (min-width: 992px) and (max-width: 1200px) {}

/* (min-width: 768px) and */
@media (min-width: 768px) and (max-width: 992px) {
    .contactInfor {
        display: block;
        height: 1320px;
    }

    .descCon {
        display: none;
    }

    .phonedescCon {
        display: block;
        width: 100%;
    }

    .phoDescLine {
        display: inline-block;
        width: 10%;
        height: 1px;
        background: rgba(197, 197, 197, 1);

    }

    .phoneBox {
        width: 100%;
    }

    .pnoDescTex {
        display: inline-block;

        font-size: 14px;
        line-height: 28px;
        margin-left: 12px;
    }

    .relecTitle {
        margin-top: 20px;
    }

    .mapCon {
        padding: 18px;
    }

    .releWay {
        display: none;
    }

    .phonereleWay {
        display: block;
        padding-bottom: 30px;
    }

    .mapCon {
        width: 100%;
    }


    .mapBox .map {
        width: 100%;
        height: 80vw;
    }

    .relecTitle,
    .mapTit {
        font-size: 24px;
    }

    .mapBox {
        margin-top: 520px;
        display: block;
        height: 470px;
        margin-left: 18px;
        padding: 18px 30px 24px 0px;
        /* width: 710px; */
        border: none;
        /* width: calc(100%-26px); */
        /* width: calc(100%-200px)!important; */
    }

    .mapPhonePadding {
        border: 1px solid rgba(232, 232, 232, 1);
        background: rgba(255, 255, 255, 1);
        border-radius: 4px;
        padding: 18px 24px 24px 0px;
    }

    .bacTex {
        margin-top: 60px;
        font-size: 36px;
    }

    .box {
        height: 72px;
    }
}

@media (max-width: 767px) {
    .bacTex {
        margin-top: 21px;
        font-size: 30px;
    }

    .contactInfor {
        display: block;
        height: 1060px;
    }

    .mapBox {
        margin-top: 536px;
        display: block;
        height: 507px;
        margin-left: 18px;
        width: 340px;
        /* width: calc(100%-200px)!important; */
    }
}
