@charset "utf-8";
/* CSS Document */

.swiper-container > .div-title {
	font-size: 20px;
  text-align: center;
  margin-top: 20px;
  color: #5f5f5f;
}

.swiper-container {
	position: relative;
	width: 1350px;
	margin: 0 auto;
}

.swiper-container > .swiper-wrapper{
	margin-top: 20px;
}

.swiper-container > .swiper-wrapper > .swiper-slide img {
	display:block;
  width: 750px;
  height: 370px;
	border-radius: 10px;
	object-fit: cover;
}

.swiper-container > .swiper-wrapper > .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.swiper-container > .swiper-wrapper > .swiper-slide {
	width: 750px;
	height: 370px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 4px #000000a1;
}

.swiper-container-banner3 > .swiper-button-prev{
	width: 30px;
	height: 30px;
	margin-left: 10px;
}

.swiper-container-banner3 > .swiper-button-next{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.swiper-container-banner3 {
	position: relative;
}

.swiper-container-banner3 a{
	text-decoration: none;
}

.swiper-buttom {
	width: 867px;
	height: 80px;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.5);
	float: left;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	z-index: 2;
	padding: 15px;
	color: #fff;
	cursor: pointer;
}
