@charset "UTF-8";
/**!
 * 首页
 * date:2021-08-13
 * author: wppei;
 */
.main {
  padding-top: 42px;
}

/* 图片轮播 */
.imgscroll {
  height: 350px;
  margin-bottom: 29px;
}

.slider-link {
  display: block;
}

.slider-link img {
  vertical-align: top;
  height: 350px;
}

.imgscroll.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 13px;
  line-height: 9px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.imgscroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 0 0;
  width: 9px;
  height: 9px;
  border-radius: 4px;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.imgscroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 50px;
}

.news {
  padding-bottom: 26px;
}

.news-top {
  height: 50px;
  line-height: 50px;
  background: url("/images/en_tt_bg.png") no-repeat left bottom;
}

.news-tt {
  font-size: 26px;
  font-weight: 800;
  color: #015293;
}

.news-more {
  font-size: 16px;
  color: #015293;
}

.news-list {
  padding-top: 15px;
}

/* 980以下 */
@media (max-width: 979px) {
  .imgscroll {
    height: 230px;
  }
  .slider-link img {
    height: 230px;
  }
}

/* 移动端 */
@media (max-width: 767px) {
  .imgscroll {
    height: 180px;
  }
  .slider-link img {
    height: 180px;
  }
}
