
/*背景渐隐轮播*/
.imgRun .pb-carouselWarp {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.imgRun .pb-carouselWarp .pb-carousel {
  position: relative;
  height: 100%;
}
.imgRun .pb-carouselWarp .pb-carousel li {
  display: none;
  position: absolute;
  width: 100%;
  height: 800px;
  top: 0;
  left: 0;
}
.imgRun .pb-carouselWarp .pb-carousel li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.imgRun .pb-carouselWarp .pb-carousel .pb-this {
  display: block;
  left: 0;
}
.imgRun .pb-carouselWarp .pb-carousel-ind {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.imgRun .pb-carouselWarp .pb-carousel-ind li {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.imgRun .pb-carouselWarp .pb-carousel-ind .pb-this {
  background-color: #000;
}
.imgRun .pb-carouselWarp .pb-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: none;
}

.imgRun .pb-carouselWarp[type='updown'] .pb-carousel-ind {
  position: absolute;
  width: 15px;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 20px;
  transform: translateY(-50%);
}
.imgRun .pb-carouselWarp[type='updown'] .pb-carousel-ind li {
  float: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 5px 0;
}
.imgRun .pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
  background-color: #000;
}
.imgRun .pb-carouselWarp[type='updown'] .pb-arrow {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}


/*轮播图切换*/


/*新闻轮播*/
.news1LeftImg .pb-carouselWarp {
  position: relative;
  width: 635px;
  height: 355px;
  overflow: hidden;
  margin-top: 50px;
}
.news1LeftImg .pb-carouselWarp .pb-carousel {
  position: relative;
  height: 100%;
}

.news1LeftImg .pb-carouselWarp .pb-carousel li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news1LeftImg .pb-carouselWarp .pb-carousel li:first-child{
  display: block;
  left: 0;
}
.news1LeftImg .pb-carouselWarp .pb-carousel-ind li:first-child{
  display: block;
  left: 0;
}
.news1LeftImg .pb-carouselWarp .pb-carousel li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.news1LeftImg .pb-carouselWarp .pb-carousel .pb-this {
  display: block;
  left: 0;
}
.news1LeftImg .pb-carouselWarp .pb-carousel li p{
  position: absolute;
  bottom: 0px;
  left: 0px;
  line-height: 40px;
  font-size: 16px;
  background-color: rgba(10,10,10,0.5);
  color: #fff;
  width: 96%;
  padding: 0px 2%;
  overflow: hidden;
  height: 60px;
  text-align: center;
}
.news1LeftImg .pb-carouselWarp .pb-carousel-ind {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.news1LeftImg .pb-carouselWarp .pb-carousel-ind li {
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.news1LeftImg .pb-carouselWarp .pb-carousel-ind .pb-this {
  background-color: #000;
}
.news1LeftImg .pb-carouselWarp .pb-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: none;
}
.news1LeftImg .pb-carouselWarp .pb-arrow-prev {
  left: 20px;
  background: #000000 url(http://www.xnnews.com.cn//ztbd/2020zt/gjaqjyr/material/arrow-left.png) no-repeat center;
}
.news1LeftImg .pb-carouselWarp .pb-arrow-next {
  right: 20px;
  background: #000000 url(http://www.xnnews.com.cn//ztbd/2020zt/gjaqjyr/material/arrow-right.png) no-repeat center;
}
.news1LeftImg .pb-carouselWarp[type='updown'] .pb-carousel-ind {
  position: absolute;
  width: 15px;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 20px;
  transform: translateY(-50%);
}
.news1LeftImg .pb-carouselWarp[type='updown'] .pb-carousel-ind li {
  float: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 5px 0;
}
.news1LeftImg .pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this {
  background-color: #000;
}
.news1LeftImg .pb-carouselWarp[type='updown'] .pb-arrow {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}