
@media (max-width: 1600px) {
    #goal {
        display: block;
    }
    .goal-pic {
        margin: 0 auto;
    }
    .goal-content{
        margin: 20px auto;
    }
  }

@media (max-width: 768px) {
    #goal {
        width: 100%;
    }
  .goal-pic {
    width: 100%;
    height: 198px;
  }
  .goal-content{
    padding: 16px;
  }
}
/* #map{
  width: 100%;
  height: 500px;
} */

.home-title {
  padding-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #3cc7e6;
  line-height: 60px;
}
.home-title:after, .home-title:before {
  content: "";
  display: inline-block;
  border-top: 1px solid #3cc7e6;
  width: 200px;
  margin: 5px;
}
.post-btn {
  width: 60%;
  margin: 80px auto 0;
}
.post-btn .job-box {
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: space-around;
}
.post-btn .job-box .is-active{
  background: #409eff;
  color: aliceblue;
}
.el-radio-button {
  position: relative;
  display: inline-block;
  outline: 0;
}
.post-nav {
  padding-top: 30px;
  width: 50%;
  margin: 0 auto;
}
.post-nav .title {
  font-size: 20px;
  color: #409eff;
  line-height: 60px;
}
.post-nav .post-info {
  display: flex;
  flex: 1;
  justify-content: space-around;
}
.post-nav .post-info .info {
  width: 30%;
}
.post-nav .post-info .info>div {
  line-height: 36px;
  color: #6c6c6c;
}
.post-nav .title {
  font-size: 20px;
  color: #409eff;
  line-height: 60px;
}
.info-contacts, .info-content {
  line-height: 36px;
  color: #6c6c6c;
  margin-bottom: 50px;
}
.info-contacts {
  display: flex;
  line-height: 36px;
  color: #6c6c6c;
  margin-bottom: 50px;
}
.info-contacts .contacts {
  width: 60%;
}
.info-contacts .wecharts {
  width: 39%;
}