
.contactcss {
    text-align: center;
    min-width: 1150px;
    max-width: 1190px;
    margin: 0 auto;
    background: url("/static/web/images/backimg.png");
    background-repeat: no-repeat;
}


.main{
    height: 650px;
    width:100%;
    margin-top: 30px;
}
.wrap{
    width: 100%;
}
.wrap img{
    width: 100%;
}

.mapleft{
    margin-top: 80px;
    float:left ;
}

.mapright{
    margin-left: 20px;
    text-align: left;
    margin-top: 100px;
    float:left ;
}
.mapright h1{
    font-size: 46px;
    color: #CAC6B5;
}
.w-title{
    margin-top: 20px;
    font-size: 24px;
    line-height:40px;
}

.wrapper{
    width: 730px;
    height: 480px;
}

.maptext{
    font-size: 16px;
    color: #222222;
    line-height:40px;
    margin-top: 20px;
    margin-right: auto;
}

.bottom{
    height: 160px;
}

.mapp{
    margin-left: 80px;
    width: 100%;
}


.custom-content-marker {
  position: relative;
  width: 25px;
  height: 34px;
}

.custom-content-marker img {
  width: 100%;
  height: 100%;
}

.custom-content-marker .close-btn {
  position: absolute;
  top: -6px;
  right: -8px;
  width: 15px;
  height: 15px;
  font-size: 12px;
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 15px;
  box-shadow: -1px 1px 1px rgba(10, 10, 10, .2);
}

.custom-content-marker .close-btn:hover{
  background: #666;
}

.leftline{
    position: absolute;
    height: 21px;
    border-left: 2px solid #5D9F95;
    margin-top: -31px;
}

