/*Ã¦Â ÂÃ§â€ºÂ®Ã©Â¡ÂµÃ¥â€¦Â¬Ã§â€Â¨Ã¦Â Â·Ã¥Â¼Â s*/
li{
  list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

.navLabel{
  font-size: 1.25rem !important;
}

.SubBan {
  position: relative;
  background: #ccc;
  width: 100%;
  z-index: 9;
  top: 0;
  overflow: hidden;
}

.details-guide a {
  color: #fff !important;
}

.details-guide {
  color: #fff !important;
}

.SubBan img {
  width: 100%;
  height: 400px;
  display: block;
}

.SubBan .Position {
  position: absolute;
  width: 1400px;
  left: 0;
  right: 0;
  bottom: 20%;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  margin: auto;
}

.SubBan .Position .SubTit {
  font-size: 42px;
}

.SubBan .SubTit h3 b {
  font-weight: 400;
  border-bottom: 2px solid #fff;
  border-top: none;
}

.SubBan .place {
  margin-top: 25px;
}

.SubBan .place a {
  color: #fff;

}

.LeftBar {
  /* width: 100%; */
  /* height: 4.15rem; */
  /* background: #FFFFFF; */
  /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); */
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  overflow: hidden;
  margin-top: 15px;
}

.LeftBar ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 0.505rem;
}

.LeftBar ul li {
  margin-right: 1.5rem;
  font-size: 1.13rem;
  /* border-bottom: 1.13rem solid transparent; */
}

.LeftBar ul li a::after{
  content: "";
  display: inline-block;
  width: 4px;
  height: 21px;
  margin: 0 0 0 1.5rem;
  background: #fff;
}

.LeftBar ul li.active{
  /* border-bottom: .5rem solid transparent; */
}

.LeftBar ul li a{
  width: 100%;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
  /* padding-bottom: 0.1875rem; */
  color: #fff;
  text-decoration: none;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: rgba(0,0,0,0.65);
  padding-bottom: 1.175rem;
  font-size: 1.8rem;
  color: #fff;
}

.LeftBar ul li:last-child a::after {
  display: none;
}

.LeftBar ul li.active a {width: 100%;height: 100%;display: inline-block;/* padding-bottom: 10px; *//* text-shadow: 0px 4px 20px rgba(0,0,0,0.12); *//* background: linear-gradient(302deg, #8C44DF 0%, #009CE5 99%); *//* -webkit-background-clip: text; *//* -webkit-text-fill-color: transparent; *//* font-weight: 700; */color: #edc34e;}

.LeftBar ul li.active a::after {
  /* content: "";
  width: calc(28 / 1920 * 100vw);
  height: 12px;
  background: url(../images/LeftBa-active.png) no-repeat;
  background-size: contain;
  display: block;
  margin: 8px auto 0; */
}

.subLeftBar{
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  overflow: hidden;
  height: 64px;
  margin-top: 30px;
}

.subLeftBar ul{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin-block-start: 0;
  margin-block-end: 0;
align-items: center;
}

.subLeftBar ul li{
  margin-right: 57px;
  font-size: 1.05rem;
  border-bottom: 11px solid transparent;
}

.subLeftBar ul li a{
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-bottom: 8px;
color: inherit;
  text-decoration: none;
}

.subLeftBar ul li.active a {
  color: #2078FF;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-bottom: 2px solid #2078FF;
}

@media (min-width: 1025px) and (max-width: 1365px){
  .SubBan {
      overflow: hidden;
  }
}

@media (min-width: 1255px) and (max-width: 1601px){
.SubBan .Position {
      width: 1400px;
  }
}



@media (max-width: 768px) {
     .subLeftBar {
        height: 2.8333rem;
        margin-top: 1.25rem;
        margin-bottom: -0.8333rem;
    }

    .subLeftBar ul li {
        font-size: 1.1667rem;
        margin-right: 0;
    }

    .subLeftBar ul {
        width: 90%;
        margin: auto;
  justify-content: space-between;
    }


.LeftBar{
display:none;
}
  .SubBan .Position {
      width: 90%;
  }

.LeftBar ul li a{
  padding: 16px 0;
}

  .details-guide {
      margin-bottom: 35px;
      margin-top: 20px;
  font-size: 10px;
  }

  .LeftBar ul li {
      font-size: 14px;
      margin-right: 22px;
  }

  .SubBan img {
      height: 191px;
  }

  .SubBan .Position .SubTit {
      font-size: 22px;
  }

  .LeftBar {
      min-width: 320px;
      max-width: 640px;
      margin: 0 auto;
      color: #333;
      padding: 0;
      font-family: "Microsoft Yahei";
      text-align: center;
      height: 48px;
  }

  .LeftBar::-webkit-scrollbar {
      height: 0px;
  }

  .LeftBar ul li.active a {
  padding: 14px 0;
  }
}