

/*********** bigBanner *********/
.bigBanner{width:100%; position:relative; background:rgba(0,0,0,0.6);}


.swiper-container {}

.swiper-wrapper{width:100%; height:auto !important;}
.swiper-slide {width:100%; height:auto !important; font-size:0; position:relative;}
.swiper-slide img{width:100%;}


	.swiper-slide .caption{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		padding:40px;
		text-align:center;
		z-index:99;
		color:#fff; 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	.swiper-slide .caption img{display:none !important;}
	.swiper-slide .caption h3.tit{font-size:22px; font-weight:600; line-height:1.35em;}
	.swiper-slide .caption .con{font-size:14px; font-weight:500; line-height:1.35em; display:none;}

	.swiper-slide a.btn_view{
		margin-top:5px;
		display:inline-block;
		font-size:13px;
		font-weight:600; 
		color:#fff;
		height:32px;
		line-height:32px;
		padding:0 25px;
		border-radius:32px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		opacity:0.95;
		}
	.swiper-slide a.btn_view:hover{opacity:0.8;}

	.swiper-slide .noimage{width:100%; min-height:300px; line-height:300px; background:rgba(0,0,0,0.1); display:block;}


.pagination {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:5px;
	z-index:99;
	display:none;
	}
.swiper-pagination-switch {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #b9b9b9;
	margin-right: 5px;
	opacity: 1;
	cursor: pointer;
	}
.swiper-visible-switch {background: red;}
.swiper-active-switch {background: #fff;}