* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  outline: none;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.barWrap {
  background: #f7f7f7;
}
.barWrap .bar {
  align-items: center;
  height: 37px;
}
.barWrap .bar .barTit {
  font-size: 12px;
  color: #13131735;
  cursor: pointer;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.barWrap .bar .barTit.barTitAct {
  color: #131317;
}
.barWrap .bar .baricon {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 11px;
  line-height: 37px;
}
.pagebanner {
  height: 400px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pagebanner .pagebannertt {
  max-width: 80%;
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 12px;
}
.pagebanner .pagebannertips {
  max-width: 80%;
  margin-top: 17px;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 14px;
  text-align: center;
}
