/* 联系我们样式 */
.container {
  background: #fff;
}

/* 当前位置 */
/*当前位置  */
.positionBox {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

.position {
  height: 50px;
}

.position .left {
  width: 194px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  color: #999;
}

.position .left img {
  width: 18px;
  height: 16px;
}

/* 内容区域 */

.about .first {
  display: flex;
  justify-content: space-around;
}

.about .first .iconBox {
  width: 230px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 99px 0 140px;
}

.about .first .iconBox .top {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-content: center;
}

.about .first .iconBox .top .iconfont {
  font-size: 125px;
}

.about .first .iconBox .info {
  color: #666666;
  margin-bottom: 20px;
}

.about .first .iconBox .num {
  font-size: 30px;
  color: #333333;
}

/* 切换效果 */
.about .first .iconBox_current .top .iconfont,
.about .first .iconBox_current .num {
  color: #0d6ac8;
}
/* 联系我们form 表单 */
.form_box_about {
  height: 527px;
  background: url(../images/form_bg.png) no-repeat center;
  background-size: cover;
  padding-top: 80px;
}
.book .msg_about {
  font-size: 24px;
  color: #ffffff;
}
.leave_about {
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
}

/* 地图 */
.mapBox {
  width: 100%;
  height: 680px;
}
