﻿.header {
 position: absolute;
}

.BMapLib_sendToPhone {
 display: none;
}

.Map_con {
 position: relative;
 /* margin: 40px auto; */
}

.allmap {
 height: 700px;
 width: 100%;
 overflow: hidden;
}

.map_Min {
 margin-top: -30px;
}

.map_Min .main_content {
 width: 100%;
}
.BMap_stdMpCtrl{
 top: 50px !important;
}

.Con_P {
 width: 460px;
 height: 564px;
 position: absolute;
 bottom: 0;
 right: 0;
 padding: 40px;
 box-sizing: border-box;
 z-index: 10000;
 background: rgb(155, 43, 35, .9);
 border-radius: 60px 0 0 0;
 z-index: 0;
 text-align: justify;
}

.Con_P p {
 font-size: 16px;
 line-height: 30px;
 color: #fff;
 position: relative;
 padding-left: 15px;
}

.Con_P p::after {
 content: "";
 width: 8px;
 height: 8px;
 background: #fff;
 position: absolute;
 left: 0;
 border-radius: 8px;
 top: 11px
}

.Con_P h2 {
 margin: 10px 0;
 color: #fff;
 font-size: 16px;
 position: relative;
 line-height: 20px;
 padding-left: 10px;
 border-left: 3px solid #fff;
}

.Con_P h2::before {
 /* content: '';
 position: absolute;
 width: 5px;
 height: 5px;
 background: #fff;
 left: -15px;
 top: 0; */
}

.Con_P img {
 display: block;
 margin-bottom: 25px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
 .main {
 width: 100%;
}
}
@media only screen and (max-width: 768px) {

 .Con_P {
 width: 100%;
 height: auto;
 position: relative;
 margin: 25px 0;
 box-sizing: border-box;
 }

 .Map_con {
 padding-top: 30px;
 margin: 0;
 }

 .allmap {
 width: 100%;
 height: 400px;
 }
}   