.navbar {
  width: 100%;
  position: relative;
}
.navbar > img {
  width: 100%;
}
.navbar-span {
  z-index: 100;
  width: 1200px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  /*background-color: #000;*/
  text-align: center;
  margin-top: 100px;
}
.navbar span {
  font-family: inherit;
  font-size: 40px;
  color: #000;
}

.main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.main-left {
  width: 50%;
  height: 550px;
  float: left;
}
.main-left-content {
  width: 70%;
  height: 350px;
  /*background-color: #ccc;*/
  margin-left:80px;
  margin-top: 80px;
}
.main-left-content ul {
  margin-left: 50px;
  padding-top: 60px;
}
.main-left-content ul li {
  margin-bottom: 15px;
  font-size: 14px;
}
.main-left-content ul li:first-child {
  font-size: 20px;
  font-weight: 900;
}

.main-right {
  width: 50%;
  height: 550px;
  float: right;
  
  background: url('../img/computer.jpg') center no-repeat;
}
.main-right-content {
  width: 300px;
  height: 150px;
  margin-left: 170px;
  margin-top: 180px;
  position: relative;
}
.main-right-content div {
  width: 80px;
  height: 120px;
  float: left;
  
}
.content-weixin {
  margin:0 30px 0 30px;    
}
.main-right img {
  z-index: 100;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -110px;
  left: 100px;
  display: none;
}
.main-right-content div:hover {
  color: #bbb;
  cursor: pointer;
}
.main-right-content div .iconfont {
  display: block;
  z-index: 10;
  width: 80px;
  height: 80px;
  font-size: 80px;
  border-radius: 50%;
}

.main-right-content div p {
  margin-top: 20px;
  display: block;
  margin-left: 15px;
}

.map {
  width: 1200px;
  margin:0 auto;
}

.map-box {
  width: 100%;
}
.map {
  width: 900px;
  height: 500px;
}
.anchorBL {
  display: none;
}
.BMap_cpyCtrl {
  display: none;
}
