

/*swiper&&news*/
.content_A {
  width: 100%;
}
.content_swiper {
	width: 100%;
	height: 3.9rem;
	margin-bottom: 0.4rem;
}
.swiper-container0{
  width: 90%;
  height: 3.9rem;
  margin: 0 auto;
}
.swiper-wrapper {
  width: 100%;
  margin: 0 auto;
}
.swiper-slide img {
  width: 100%;
}
.pagination {
	  position: absolute;
	  z-index: 20;
	  bottom: 10px;
	  top: 2.5rem;
	  width: 100%;
	  text-align: center;
	}
.swiper-pagination-bullet {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
  margin: 0 5px;
  border-radius: 0.1rem;
  cursor: pointer;
  opacity: 1;
}
.swiper_title{
	width: 100%;
	text-align: center;
	font-size: 0.2rem;
	color: #3A86E8;
	font-weight: bold;
	margin-bottom: 0.4rem;
}
.swiper-pagination-bullet-active {
	 background: #F6BC01;
}
.swiper-button-next,.swiper-button-prev{
	width: 0.56rem;
	height: 0.56rem;
}


@media (min-width: 1200px) {
	.content_At{
	  width: 12rem;
	  margin: 0 auto;
	}
	/*content_A;*/
	.content_swiper {
		width: 12rem;
		height: 6.5rem;
		margin: 0 auto;
		margin-bottom: 0.4rem;
	}
	.swiper-container0{
	  width: 100%;
	  height: 6.5rem;
	  margin: 0 auto;
	}
	.swiper-wrapper {
	  width: 12rem;
	  height: 6.5rem;
	  margin: 0 auto;
	}
	.swiper-slide img {
	  width: 12rem;
	  height: 6.5rem;
	}
	.pagination {
	  position: absolute;
	  z-index: 20;
	  bottom: 10px;
	  top: 5.2rem;
	  width: 100%;
	  text-align: center;
	}
	.swiper-container1{
	  width: 95%;
	  margin: 0 auto;
	}
}