/* 院长寄语 开始 */
.president-info img {
  width: 310px;
  float: right;
  margin-left: 40px;
  margin-bottom: 50px;
}

.president-info p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}

/* 院长寄语 结束 */

/* 项目简介 开始 */
.intro-box .intro-tab {
  margin-bottom: 40px;
}

.intro-box .intro-tab span {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #1a428a;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  color: #1a428a;
  font-size: 18px;
  margin-right: 20px;
}

.intro-box .intro-tab span.active {
  background: #1a428a;
  color: #fff;
  font-weight: bold;
}

.intro-box .intro-change {
  display: none;
}

.intro-box .intro-change.active {
  display: block;
}

.intro-box p {
  font-size: 18px;
  line-height: 38px;
  text-indent: 2em;
}

/* 项目简介 结束 */

/* 联系我们 开始 */
.contact-box .map {
  width: 100%;
  height: 325px;
  background: url(../images/project/map.png) no-repeat center;
  margin-bottom: 40px;
}

.contact-box .map .map_container {
  width: 100%;
  height: 100%;
}

@media (max-width:1200px) {
  .contact-box .map {
    width: 600px;
    height: 325px;
    background: url(../images/project/map.png) no-repeat center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .contact-box .map .map_container {
    width: 600px;
    height: 325px
  }
}

.contact-box p {
  font-size: 18px;
  line-height: 38px;
}

.contact-box div:nth-child(2) img {
  width: 500px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* 联系我们 结束 */