.bannerWrap .banner-left img,
.bannerWrap .banner-right .bottom-img img,
.bannerWrap .banner-right .top-img img {
	transition: all 1s
}

.bannerWrap .banner-left:hover img,
.bannerWrap .banner-right .bottom-img:hover img,
.bannerWrap .banner-right .top-img:hover img {
	transform: scale(1.1, 1.1)
}

.bannerWrap {
	width: 100%;
	height: 377px;
	/*padding: 20px 20px 0;*/
	background: #fff;
	margin-bottom: 34px;
}

.bannerWrap .banner-left {
	width: 561px;
	height: 372px;
	position: relative;
	overflow: hidden
}

.bannerWrap .banner-right .bottom-img,
.bannerWrap .banner-right .top-img {
	width: 268px;
	height: 181px;
	position: relative;
	overflow: hidden
}

.bannerWrap .banner-right .bottom-img {
	margin-top: 10px
}

.img-info-cover {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: url(/Public/Main/PC/images/index/cover.png) bottom repeat-x;
	z-index: 3;
	cursor: pointer
}

.art_info .imgLabel {
	padding: 4px 5px;
	background: rgba(29, 158, 209, .8);
	color: #fff;
	font-size: 12px
}

.art_info .imgDesc {
	font-size: 14px;
	color: #FFF;
	margin-top: 12px
}

.banner-left .img-info-cover {
	padding: 82px 20px 22px
}

.banner-left .imgDesc {
	width: 516px;
	max-height: 64px;
	overflow: hidden;
	font-size: 24px;
	line-height: 34px;
	-webkit-line-clamp: 2;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box
}

.banner-right .img-info-cover {
	height: 70px;
	padding: 40px 10px 10px
}

.art_info {
	position: absolute;
	bottom: 20px;
	left: 5%;
	z-index: 99;
	width: 92%
}

.banner-right .imgDesc {
	margin-top: 8px
}

.bannerWrap .swiper-container {
	height: 377px
}

#swiper-container-banner:hover .icon-arrows-left,
#swiper-container-banner:hover .icon-arrows-right {
	display: block
}

.bannerWrap .swiper-pagination,
.bannerWrap .swiper-pagination-bullets {
	text-align: right!important
}

.swiper-pagination .swiper-pagination-bullet {
	background: #DDE9F6
}

.swiper-pagination .swiper-pagination-bullet-active {
	width: 24px!important;
	height: 8px;
	background: #11B1F1;
	border-radius: 62.5px!important
}

.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1
}