.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.banner .text > h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.banner .text > span {
  display: inline-block;
  width: 1.4rem;
  height: 4px;
  background: #e77b43;
  margin: 0.6rem 0;
}
.banner .text > p {
  font-size: 0.8rem;
  color: #fff;
}
.bread .con {
  display: flex;
  height: 4rem;
}
.bread .con a {
  font-size: 0.7rem;
  color: #777;
  line-height: 4rem;
}
.bread .con a:hover {
  color: #ff8041;
}
.bread .con span {
  font-size: 0.7rem;
  color: #777;
  display: inline-block;
  line-height: 4rem;
  margin: 0 0.4rem;
}
.bread .con h6 {
  font-size: 0.7rem;
  line-height: 4rem;
  color: #777;
}
.map-site {
  background: #f4f5f6;
  padding: 2rem 0;
}
.map-site .right .con {
  margin-top: 3rem;
}
.map-site .right .con > a {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff8041;
  margin-bottom: 2rem;
}
.map-site .right .con > ul > li {
  float: left;
  width: 14%;
  border-top: 4px solid #333;
}
.map-site .right .con > ul > li > a {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  height: 3.4rem;
  line-height: 3.4rem;
  padding-left: 0.8rem;
  border-bottom: 1px solid #d0d0d1;
}
.map-site .right .con > ul > li > a:hover {
  color: #ff8041;
}
.map-site .right .con > ul > li > ul {
  padding: 1.8rem 0 1.8rem 0.8rem;
}
.map-site .right .con > ul > li > ul > li a {
  font-size: 0.9rem;
  color: #999;
  line-height: 2;
}
.map-site .right .con > ul > li > ul > li a:hover {
  color: #ff8041;
}
.map-site .right .con > ul > li:not(:last-child) {
  margin-right: 2.66%;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 96px;
  }
  .banner .text {
    top: 50%;
  }
  .bread .con a {
    font-size: 14px;
  }
  .bread .con h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 72px;
  }
  .banner .text h2 {
    font-size: 20px;
  }
  .banner .text p {
    font-size: 14px;
  }
  .banner .text span {
    margin: 0;
  }
  .map-site {
    padding: 20px 0;
  }
  .map-site .right .con {
    margin-top: 0;
  }
  .map-site .right .con > a {
    font-size: 18px;
  }
  .map-site .right .con > ul > li {
    width: 30%;
    height: 20rem;
  }
  .map-site .right .con > ul > li:not(:last-child) {
    margin-right: 0;
  }
  .map-site .right .con > ul > li:not(:nth-child(3n)) {
    margin-right: 3.33%;
  }
  .map-site .right .con > ul > li:nth-child(-n+3) {
    height: 17rem;
  }
  .map-site .right .con > ul > li > a {
    font-size: 16px;
  }
  .map-site .right .con > ul > li > ul {
    padding: 10px 0 10px 10px;
  }
  .map-site .right .con > ul > li > ul > li a {
    font-size: 14px;
  }
}
/*# sourceMappingURL=map.css.map */