* {
    margin: 0;
    padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	color:#000;
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.hs-contact{
    width: 100%;
    height: 100vh;
}
.contact{
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.contact-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.contact-header{
    position: absolute;
    top:10%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.contact-header>img{
    width: 40%;
}

.contact-three-icon{
	position:absolute;
	left:18%;
    bottom: 20%;
    width: 60%;
	
}
.contact-three-icon img{
	width:100%;
}
.contact-map{
    position: absolute;
    left:40%;
    bottom: 42%;
    width: 20%;
    text-align: center;
    z-index: 400;
    cursor: pointer;
}
.map-model{
    position: absolute;
    left:25%;
    bottom: 20%;
    width: 50%;
    height: 60%;
    z-index: 500;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #F0F0F0;
    display: none;

}
#map-container{
    position: absolute;
    left:2%;
    bottom: 3%;
    width: 96%;
    height: 85%;
    border: 2px solid #C1BFC2;
   

}
.map-close{
    position: absolute;
    right:2%;
    top: 3%;
    width: 5%;
    text-align: center;
    cursor: pointer;
}
.icon-guanbi1{
    font-size:2vw;
}
.BMap_bubble_content{
    margin-top: 14px;
}