* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
li {
  list-style: none;
}
.clear {
  clear: both;
}
.container {
  max-width: 640px;
  margin: 0 auto;
}
.nzjbox .ntitle {
  text-align: center;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #0189D5;
  color: #fff;
}
.nzjbox .ncon {
  display: flex;
  border-bottom: 1px solid #EEEEE;
}
.nzjbox .ncon .imgbox {
  flex: 1;
  padding: 0.5rem;
}
.nzjbox .ncon .imgbox img {
  display: block;
  width: 100%;
}
.nzjbox .ncon .infobox {
  overflow: hidden;
  flex: 2;
  padding: 0.5rem;
}
.nzjbox .ncon .infobox .infotitle {
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  border-bottom: 1px solid #EEEEEE;
  color: #000;
}
.nzjbox .ncon .infobox .infotitle span {
  font-size: 0.8rem;
  color: #535353;
}
.nzjbox .ncon .infobox .infoul li {
  background: url(../images/n-xx.gif) no-repeat left center;
  height: 1.8rem;
  line-height: 1.8rem;
  color: #434343;
  font-size: 0.9rem;
  background-size: 0.9rem;
  padding-left: 1.1rem;
}
.nzjbox .ncon .infobox .infop {
  width: 100%;
  border-top: 1px solid #EEEEEE;
  color: #434343;
  font-size: 0.9rem;
  height: 1.8rem;
  line-height: 1.8rem;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nzjbox .ncon .infobox .nbtngroup {
  display: flex;
}
.nzjbox .ncon .infobox .nbtngroup .btna {
  height: 1.6rem;
  line-height: 1.6rem;
  flex: 1;
  display: block;
  margin: 0.2rem;
  border: 1px solid #E9E8E8;
  background: url(../images/n-wx.png) no-repeat 0.8rem center #f5f5f5;
  background-size: 1rem;
  font-size: 0.8rem;
  color: #0189D5;
  padding-left: 2.2rem;
  border-radius: 0.3rem;
}
.nzjbox .ncon .infobox .nbtngroup .btna:nth-child(2) {
  background: url(../images/n-tel.png) no-repeat 0.8rem center #0189d5;
  background-size: 1rem;
  color: #fff;
}
.nzjbox2 {
  margin-top: 0.5rem;
}
.nzjbox2 .ntitle {
  text-align: center;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #0189D5;
  color: #fff;
}
.nzjbox2 .nzjbox2list {
  margin-top: 0.5rem;
}
.nzjbox2 .nzjbox2list li {
  width: 33.3%;
  float: left;
}
.nzjbox2 .nzjbox2list li a {
  width: 98%;
  margin: 0 auto;
  display: block;
  padding: 0.2rem;
}
.nzjbox2 .nzjbox2list li a img {
  display: block;
  width: 100%;
}
.nzjbox2 .nzjbox2list li a p {
  text-align: center;
  font-size: 0.9rem;
  background: #AFDBF1;
  height: 1.8rem;
  line-height: 1.8rem;
  color: #333;
}
.nzjbox3 {
  margin-top: 0.5rem;
}
.nzjbox3 .ntitle {
  text-align: center;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #0189D5;
  color: #fff;
}
.nzjbox3 .topswiper {
  width: 95%;
  margin: 0.8rem auto 0.5rem auto;
}
.nzjbox3 .topswiper .swiper-button-next {
  background-size: 1rem;
}
.nzjbox3 .topswiper .swiper-button-prev {
  background-size: 1rem;
}
.nzjbox3 .topswiper .swiper-slide {
  position: relative;
}
.nzjbox3 .topswiper .swiper-slide img {
  width: 100%;
  display: block;
}
.nzjbox3 .topswiper .swiper-slide p {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  position: absolute;
}
.nzjbox3 .bomswiper {
  width: 95%;
  margin: 0 auto 0.5rem auto;
}
.nzjbox3 .bomswiper .swiper-slide {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  height: 4rem;
  background-size: cover !important;
}
.nzjbox3 .bomswiper .swiper-slide-active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
