.left_banner {
  width: 100%;
  height: 1.25rem;
  margin-top: 0.5rem;
  float: left;
  background: url(../../images/bg02-mini.png) no-repeat;
  background-size: 100%, 1.25rem;
  color: #fff;
  position: relative;
}
.left_banner h1 {
  font-size: 0.21875rem;
  padding: 0.078125rem 0px 0px 0.234375rem;
  letter-spacing: 0.0390625rem;
}
@media screen and (max-width: 767px) {
  .left_banner h1 {
    font-size: 0.3rem;
    padding-top: 0;
    margin-top: 0.25rem;
    margin-bottom: 0.1rem;
  }
}
.left_banner p {
  font-size: 0.2rem;
  padding: 0px 0px 0px 0.234375rem;
  font-family: Arial;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .left_banner p {
    font-size: 0.1rem;
    margin: 0;
  }
}
.left_list {
  width: 100%;
  float: left;
  /*position:relative; top:-100px;*/
  margin-top: 0.05rem;
  margin-bottom: 0.15625rem;
}
.left_list ul {
  padding: 0;
}
.left_list ul li {
  width: 100%;
  float: left;
  min-height: 0.1953125rem;
  line-height: 0.2734375rem;
  font-size: 0.109375rem;
  font-weight: bold;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
}
.left_list ul li a {
  background: url(../../images/dian02.png) 0.078125rem -0.171875rem no-repeat;
  background-size: 0.0703125rem, 35px;
  padding-left: 0.234375rem;
}
.left_list ul li a:hover,
.left_list ul li a .xz {
  background: url(../../images/dian02.png) 0.078125rem 0.03125rem no-repeat;
  background-size: 0.0703125rem, 35px;
  color: #000;
}
.current_location {
  width: 100%;
  float: left;
  height: 0.625rem;
  line-height: 0.625rem;
  margin-left: 0.1953125rem;
  position: relative;
  margin-top: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .current_location {
    margin-top: 0.5rem;
    margin-left: 0.1rem;
    margin-bottom: 0.2rem;
  }
}
.current_location ul {
  padding: 0;
}
.current_location ul li {
  float: left;
  font-size: 0.12rem;
  color: #818181;
}
@media screen and (max-width: 767px) {
  .current_location ul li {
    font-size: 0.45rem;
  }
}
.current_location ul a {
  color: #818181;
}
.current_location ul .a03 {
  color: #333333;
}
/*# sourceMappingURL=layout.css.map */