.banner {
  height: auto;
}
.banner img {
  display: block;
  width: 100%;
}
.main {
  width: 1190px;
  margin: 0 auto;
  margin-top: 95px;
  padding-bottom: 35px;
}
.main .tit {
  width: 100%;
}
.main .tit img {
  display: block;
  width: 100%;
}
.main .pst {
  position: relative;
}
.main .pst .rtips {
  width: 53px;
  height: 53px;
  color: #fff;
  font-size: 19.6px;
  text-align: center;
  line-height: 23.5px;
  position: absolute;
  right: -63px;
  bottom: 40px;
  letter-spacing: 3px;
  padding-top: 3px;
  padding-left: 2px;
  background: #b21b01;
}
.main .pst ul {
  overflow: hidden;
  width: 1260px;
  position: relative;
  left: -35px;
  margin-top: 25px;
}
.main .pst ul li {
  width: 358px;
  background: #f1f1f1;
  margin-left: 60px;
  float: left;
  margin-top: 40px;
  transition: all .4s ease;
  height: 296px;
}
.main .pst ul li:hover {
  box-shadow: 0 0 8px #e6e6e6;
}
.main .pst ul li:hover img {
  transform: scale(1.05);
}
.main .pst ul li .zp-img {
  display: block;
  width: 100%;
  height: 245px;
  overflow: hidden;
}
.main .pst ul li .zp-img img {
  transition: all .4s ease;
  display: block;
  width: 100%;
  height: 100%;
}
.main .pst ul li .zp-img .pic1 {
  width: 100%;
  height:502px;
  margin-top:-35%;
}
.main .pst ul li span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 8px;
  background: #f1f1f1;
  font-size: 16px;
  color: #000;
}
.main .page {
  text-align: center;
  margin-top: 40px;
  padding-right:8px;
}
.main .page a {
  display: inline-block;
  width: 30px;
  height: 28px;
  border-radius: 12px;
  background: #e2e2e2;
  text-align: center;
  line-height: 28px;
  color: #000000;
  font-size: 16.67px;
  font-weight: lighter;
  margin-right:8px;
}
.main .page a:hover {
  background: #12c483;
  color: #FFF;
  margin-right:8px;
}
.main .page a.last-a {
  width: 48px;
  height: 38px;
  background: url("../img/my1.png");
  border-radius: 0;
}
.main .page a.last-a:hover {
  background: url("../img/my2.png");
}

.main .page a.cur {
background: #12c483;
color: #FFF;
}
.main .txt {
  margin-top: 50px;
  width: 100%;
  padding: 20px 50px;
  position: relative;
  height: 150px;
  background: #8dd9dc;
  left:-8px;
}
.main .txt p {
  width: 1080px;
  color: #000000;
  letter-spacing: 2.3px;
  font-size: 15.4px;
  font-weight: lighter;
  line-height: 33.33px;
  text-align: justify;
}