@charset "UTF-8";
/* 主营业务特色子栏目 */
.wirj {
  width: 1200px;
  margin: 80px auto 40px;
  position: relative;
}

.wzswiper {
  width: 900px;
  height: 600px;
  margin: 0 auto 30px;
  display: none;
}

.xqjs {
  width: 1200px;
  font-size: 16px;
  margin: 0 auto;
}

.xqjs p,
.xqjs div,
.xqjs span,
.xqjs a {
  font-size: 16px;
}

.zyyw {
  width: 100%;
  height: 100%;
}

.zyyw .swiper-slide {
  width: 100%;
  height: 100%;
}

.zyyw .swiper-slide p {
  position: absolute;
  bottom: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 0 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  width: 100%;
  line-height: 50px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zyyw .swiper-slide img {
  width: 100%;
  height: 100%;
}

.zyyw .swiper-slide p {
  font-size: 20px;
}

.wirj .next,
.wirj .prev {
  width: 38px;
  height: 71px;
  position: absolute;
  top: 300px;
  margin-top: -35px;
}

.wirj .next {
  right: 60px;
  background: url(yw_right_on.png);
}

.wirj .prev {
  left: 60px;
  background: url(yw_left_on.png);
}

.lkm {
  background: url(zz7.png) no-repeat left center;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  margin-top: 40px;
  padding-left: 20px;
}

.zyyw_s {
  margin: 20px 0;
}

.fdc {
  color: #0068b7;
  font-size: 24px;
  margin-bottom: 30px;
}

.fdc_p {
  margin: 10px 0;
}

@media screen and (max-width: 750px) {
  /* 公司业务 */
  .wirj, .xqjs {
    width: 100%;
  }

  .xqjs img {
    max-width: 100%;
  }

  .wirj {
    padding: 0 20px;
  }

  .wzswiper {
    width: 100%;
    height: 4.5rem;
  }

  .wirj .next,
  .wirj .prev {
    display: none !important;
  }
}