/**************************************************************************************
 **************
 ************** map view
 **************
****************************************************************************************/
.map-view{
    width: 100%;
    height: 540px;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
    z-index: 8;
    overflow: hidden;
}


.map-view #Amap{
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.map-view .bottom {
    position: absolute;
    bottom: 0;
    height: 36px;
    width: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,.7);
}
.map-view .bottom ul{
    width: 96%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
	left:2%;
}
.map-view .bottom ul li {
    height: 100%;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    flex: 1;
    position: relative;
    cursor: pointer;
}
.map-view .bottom ul li.active{
    background: #0088e8;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
}
.map-view .bottom ul li div{
    text-align: center;
    flex: 1;
    border-left: 1px solid rgba(255,255,255,.4);
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    bottom: 7px;
}

.map-view .bottom ul li:first-child div{
    border-left: 0;
}
.map-view .bottom ul li div i{
    display: inline-block;
    background: url('icon.png') no-repeat -540px -41px;
    width: 20px;
    height: 13px;
    margin-right: 5px;
}
.map-view .bottom ul li:last-child(1) div{
    border-right: 1px solid rgba(255,255,255,.4);
}
.map-view .bottom ul li.active + li div{
    border-left: none;
}
.map-view .bottom ul li.active div{
    border-left: none;
    border-right: none;
    position: static;
}
.map-view .img-main{
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.map-view .img-main img{
    display: none;
    object-fit: cover;
}
.map-view .map-info-view{
    width: 500px;
    min-height: 250px;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 #AFAAA2;
    border-radius: 5px;
    padding: 2% 2%;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-250px);
    top: 50px;
    z-index: 3;
    text-align: left;
}
.map-view .map-info-view img{
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.map-view .map-info-view p:nth-child(1){
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
}
.map-view .map-info-view p:nth-child(2){
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: left;
    margin-top: 7px;
}
.map-view .map-info-view p:nth-child(3){
    margin-top: 15px;
}
.map-view .map-info-view p:nth-child(3),.map-view .map-info-view p:nth-child(4),.map-view .map-info-view p:nth-child(5){
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
}
.map-view .map-info-view div{
    height: 35px;
    margin: 18px auto 0;
    border-radius: 2px;
    text-align: center;
    line-height: 36px;
}
.map-view .map-info-view div a{
    display: inline-block;
    width: 120px;
    /* height: 100%; */
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
	cursor: pointer;
    background-color: #fff;
	color:#1a458d;
    border: solid 1px #1a458d;
    margin: 0 6px;
}
.map-view .map-info-view div a:first-child{
    background-color: #1a458d;
    color: #FFFFFF;
}
.amap-container,.amap-maps,.amap-drags{
    overflow: visible;
}
/**************************************************************************************
 **************
 ************** map view
 **************
****************************************************************************************/




@media only screen and (min-width : 320px) and (max-width : 880px) {





.map-view{
    width: 100%;
    height: 300px;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
    z-index: 8;
    overflow: hidden;
}


.map-view #Amap{
    width: 100%;
    height: 160px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.map-view .bottom {
    position: absolute;
    bottom: 0;
    height: 36px;
    width: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,.7);
}
.map-view .bottom ul{
    width: 96%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
	left:2%;
}
.map-view .bottom ul li {
    height: 100%;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    flex: 1;
    position: relative;
    cursor: pointer;
}
.map-view .bottom ul li.active{
    background: #c57e38;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
}
.map-view .bottom ul li div{
    text-align: center;
    flex: 1;
    border-left: 1px solid rgba(255,255,255,.4);
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    bottom: 7px;
}

.map-view .bottom ul li:first-child div{
    border-left: 0;
}
.map-view .bottom ul li div i{
    display: inline-block;
    background: url('icon.png') no-repeat -540px -41px;
    width: 20px;
    height: 13px;
    margin-right: 5px;
}
.map-view .bottom ul li:last-child(1) div{
    border-right: 1px solid rgba(255,255,255,.4);
}
.map-view .bottom ul li.active + li div{
    border-left: none;
}
.map-view .bottom ul li.active div{
    border-left: none;
    border-right: none;
    position: static;
}
.map-view .img-main{
    width: 100%;
    height: 160px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.map-view .img-main img{
    display: none;
    object-fit: cover;
}
.map-view .map-info-view{
    width: 80%;
    min-height: 120px;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 #AFAAA2;
    border-radius: 5px;
    padding: 2% 2%;
    box-sizing: border-box;
    position: absolute;
    left: 10%;
    transform: translateX(0);
    top: 20px;
    z-index: 3;
    text-align: left;
}
.map-view .map-info-view p{
    padding: 0; 
    margin: 0 0 10px 0;
}

.map-view .map-info-view p:nth-child(1){
font-size: 16px;
color: #222222;
letter-spacing: 0;
text-align: center;
}
.map-view .map-info-view p:nth-child(2){
font-size: 12px;
color: #222222;
letter-spacing: 0;
text-align: left;
margin-top: 7px;
}
.map-view .map-info-view p:nth-child(3){
margin-top: 15px;
}
.map-view .map-info-view p:nth-child(3),.map-view .map-info-view p:nth-child(4),.map-view .map-info-view p:nth-child(5){
font-size: 9px;
color: #222222;
letter-spacing: 0;
}
.map-view .map-info-view div{
height: 30px;
margin: 5px auto 0;
border-radius: 2px;
text-align: center;
line-height: 30px;
}


.logolist li{
float:left;
width:25%;
}
.marker {
    position: absolute;
    top: -20px;
    right: -118px;
    color: #fff;
    padding: 4px 10px;
    box-shadow: 1px 1px 1px rgba(10, 10, 10, .2);
    white-space: nowrap;
    font-size: 12px;
    font-family: "";
    background-color: #25A5F7;
    border-radius: 3px;
}


}
