.banner-img {
  display: block;
  position: relative;
  left: 50%;
  margin-left: -974px;
}
.news {
  position: relative;
  left: 40px;
  margin: 75px auto 0;
  width: 560px;
  height: 85px;
  color: #666;
  border-left: 1px solid #ccc;
}
.news-wrap {
  height: 88px;
  overflow: hidden;
}
.news-title {
  position: absolute;
  left: -80px;
  top: 25px;
  font-size: 14px;
}
.news-list {
  padding-left: 30px;
  height: 100px;
  overflow-y: auto;
}
.news-item {
  list-style: none;
  font-size: 15px;
  margin-bottom: 12px;
  width: 510px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-link {
  margin-left: 15px;
  color: #282828;
}
.news-link:hover {
  color: #0A2C84;
  text-decoration: none;
}
.news-scroll {
  position: absolute;
  top: 0px;
  right: -2px;
  width: 20px;
  height: 88px;
  background: #fff url('../images/icon1.png') no-repeat center;
}

.goods {
  margin-top: 89px;
}
.card {
  /*width: 240px;*/
  list-style: none;
  min-width: 230px;
  border: none;
}
.card.last {
  display: none;
}
.goods-link {
  display: block;
  width: 230px;
  font-size: 16px;
  color: #444;
  text-align: center;
}
.goods-link:hover {
  color: #444;
  text-decoration: none;
}
.goods-link:hover .goods-name {
  color: #0A2C84;
}
.goods-link img {
	width: 100%;
}
.goods-name {
  margin-bottom: 0;
}
.card-group {
  padding-left: 0;
  justify-content: flex-start
}
@media screen and (max-width: 991px) {
  .banner-img {
    left: 0;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }
  .banner-img img {
    width: 160%;
    margin-left: -30%;
  }
  .news {
    left: 0;
  }
  .news-title {
    left: 0;
    top: -40px;
  }
  .goods-link {
    width: 100%;
  }
  .goods {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .news {
    margin-left: auto;
    margin-right: auto;
    width: 540px;
    padding: 0 15px;
    border: none;
  }
  .news-list {
    padding-left: 0;
  }
  .news-title {
    left: 15px;
  }
  .news-wrap {
    width: 100%;
  }
  .news-scroll {
    right: 13px;
  }
  .news-item {
    width: 100%;
    font-size: 13px;
  }
}
@media screen and (max-width: 540px) {
  .news {
    width: 100%;
  }
}

.swiper-container {
	width: 100%;
	height: 100%;
        
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
        
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	width: 100%;
}
