#map {
    height: 715px;
    border: 1px solid rgba(0 0 0 / 10%);
    overflow: hidden;
    border-radius: 0 50px;
}

.map1 {
    width: 100%;
    height: 715px;
    border: 1px solid rgba(0 0 0 / 10%);
    overflow: hidden;
    border-radius: 0 50px;
}
.map1 iframe{
    width: 100%;
    height: 100%;
}

.lx_con1{
    width: 100%;
    overflow: hidden;
}

.lx_con1 .wrap{
    position: relative;
}

.lx_text {
    position: absolute;
    width: 90%;
    max-width: 490px;
    height: 510px;
    background: var(--yx_Color);
    z-index: 10;
    left: 4.2vw;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    overflow: hidden;
    border-radius: 0 50px;
    padding: 3.6vw 2.8vw 2.8vw;
}

.lx_text_b {
    color: #fff;
    font-family: 'Satoshi-Bold';
    margin-bottom: 20px;
}

.lx_text_li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}

.lx_text_li:not(:last-child){
    border-bottom: 1px solid rgba(255 255 255 / 10%);
}

.li_t1 {
    line-height: 1;
    color: #fff;
    font-family: 'Satoshi-Bold';
}

.li_t2 {
    display: block;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    margin-top: 15px;
}

.lx_text_li>img{
    width: auto;
    max-width: 100%;
    margin-right: 15px;
}

.lx_con2{
    width: 100%;
    overflow: hidden;
}

.lx_con2_b {
    text-align: center;
    color: #333;
    font-family: 'Satoshi-Bold';
    line-height: 1;
}

.lx_con2_line {
    width: 85px;
    height: 1px;
    background: var(--yx_Color);
    margin: 30px auto 0;
}

.lx_con2_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.con2_li {
    width: 31.8%;
    overflow: hidden;
    margin-bottom: 4.2vw;
    transition:all .5s;
}
.con2_li:hover{
    transform: translateY(-10px);
}
.con2_li_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0 50px;
    padding-bottom: 71%;
}

.con2_li_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.con2_li_t {
    font-family: 'Satoshi-Bold';
    color: #000000;
    text-align: left;
    margin-top: 1.5vw;
}

.con2_li_s {
    color: #000000;
    line-height: 1.6;
    text-align: left;
    font-weight: 350;
    margin-top: 10px;
    min-height: 95px;
}

.BMap_noprint:before{
    content: '';
    width: 145px;
    height: 145px;
    background: rgba(37, 101, 197, 0.1);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.BMap_noprint:after{
    content: '';
    width: 233px;
    height: 233px;
    background: rgba(37, 101, 197, 0.05);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.anchorBL:before{
    display: none;
}

.anchorBL:after{
    display: none;
}

.place-card.place-card-large{
    display: none!important;
}


@media only screen and (min-width: 768px) {
    .con2_li {
        margin-right: 2.3%;
    }
    
   .con2_li:nth-child(3n) {
       margin-right: 0;
   } 
}

@media only screen and (max-width: 769px) {
    #map{
        height: 260px;
        border-radius: 0 30px;
    }
    
    .map1{
        height: 260px;
        border-radius: 0 30px;
    }
    
    .lx_text{
        position: unset;
        transform: translateY(0%);
        margin-top: 25px;
        width: 100%;
        border-radius: 0 30px;
        padding: 30px;
        height: auto;
    }
    
    .con2_li{
        width: 100%;
        margin-bottom: 25px;
    }
    
    .con2_li_img{
        border-radius: 0 30px;
    }
    
    .con2_li_t{
        margin-top: 15px;
    }
}


































