.sub-nav-inner {
  margin-top: 5.2rem;
}
.map {
  padding: 4rem 0 12rem;
  background: url(../img/culture/tixi/bg_02.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.map .con .title h2 {
  font-size: 1rem;
  text-align: center;
  color: #333;
}
.map .con .title h3 {
  font-size: 3rem;
  text-align: center;
  color: #333;
}
.map .con > ul {
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  padding: 3rem 4rem 10rem;
}
.map .con > ul > li h2 a {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.map .con > ul > li h2 a:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #ddd;
  position: absolute;
  bottom: -1rem;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.map .con > ul > li h2:hover a {
  color: #d8222a;
}
.map .con > ul > li h2:hover a:before {
  background: #d8222a;
}
.map .con > ul > li ul {
  margin-top: 2rem;
}
.map .con > ul > li ul li a {
  font-size: 0.8rem;
  color: #666;
  line-height: 2rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.map .con > ul > li ul li:hover a {
  color: #d8222a;
}
@media screen and (max-width: 768px) {
  .sub-nav-inner {
    margin-top: 70px;
  }
  .sub-nav-inner .con .left {
    display: block;
  }
  .sub-nav-inner .con .left a span {
    font-size: 16px;
  }
  .map {
    padding: 30px 0 100px;
  }
  .map .con .title h2 {
    font-size: 16px;
  }
  .map .con .title h3 {
    font-size: 30px;
  }
  .map .con > ul {
    margin-top: 20px;
    padding: 20px;
    flex-wrap: wrap;
  }
  .map .con > ul > li {
    width: 50%;
    margin-top: 20px;
  }
  .map .con > ul > li h2 a {
    font-size: 16px;
  }
  .map .con > ul > li ul li a {
    font-size: 14px;
    line-height: 34px;
  }
}
/*# sourceMappingURL=map.css.map */