.tabNav {
  background-color: #000;
  position: fixed;
  left: 0;
  top: 1.2667rem;
  width: 100%;
  z-index: 10;
  display: flex;
}

.tabNav a {
  position: relative;
  display: block;
  height: 1.28rem;
  line-height: 1.28rem;
  text-align: center;
  font-size: .4rem;
  padding: 0 .4rem;
  color: #fff;
}

.tabNav a span {
  padding-left: .6667rem;
}

.tabNav a:nth-of-type(1) span {
  background: url(../images/pzbz/about_icon1.png) no-repeat left center;
  background-size: .5067rem .44rem;
}

.tabNav a:nth-of-type(2) span {
  background: url(../images/pzbz/about_icon2.png) no-repeat left center;
  background-size: .48rem .48rem;
}

.tabNav a:nth-of-type(3) span {
  background: url(../images/pzbz/about_icon3.png) no-repeat left center;
  background-size: .48rem .48rem;
}

.tabNav .current {
  background-color: #b30c17;
}

.tabNav .current::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-width: .1733rem;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.mb30 {
  margin-bottom: .4rem;
}

.fz40 {
  font-size: .5333rem;
}

.bgfff {
  background-color: #fff;
}

.form {
  margin-bottom: 1.0267rem;
}

.form .formInput {
  width: 100%;
  height: .8933rem;
  line-height: .8933rem;
  background-color: #ffffff;
  border: solid 1px #999999;
  padding: 0 .3867rem;
  font-size: .2933rem;
  color: #666;
  margin-bottom: .4rem;
}

.form .formButton {
  display: block;
  height: .8933rem;
  line-height: .8933rem;
  font-size: .2933rem;
  background-color: #d21517;
  color: #fff;
  text-align: center;
}

.form .formButton span {
  position: relative;
  padding-left: .6933rem;
}

.form .formButton span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .5333rem;
  height: .5333rem;
  background: url(../images/money.png) no-repeat;
  background-size: 100%;
}

.main {
  padding: 2.56rem 0 .4rem;
  background-color: #f3f3f3;
}

.main .newsList {
  padding: .4rem;
}

.main .newsList li {
  background: #fff;
  margin-bottom: .4rem;
}

.main .newsList li .thumb {
  height: 5.4267rem;
}

.main .newsList li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .newsList li .text {
  padding: .4rem;
}

.main .newsList li .text h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .4rem;
  line-height: .56rem;
  color: #000000;
  margin-bottom: .6667rem;
}

.main .newsList li .text p {
  font-size: .3467rem;
  color: #757575;
}

.main .contact {
  font-size: .3467rem;
  text-align: center;
  color: #757575;
  margin-bottom: .8rem;
}

.main .contact .telephone {
  margin-top: .1333rem;
  color: #b3171c;
}

.main .form {
  padding: 1.0667rem 0 0;
}
