/* RESET CSS */
#example1 {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

#example2 {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

.slides {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.slides a{text-decoration: none;display: block;}
.slides a.cover {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: calc(100% - 60px);
	left: 0;
	top: 0;
}

.slides .slides_container div.slide {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #f4f4f4;
}

.slides .posters {
	margin: 0px auto;
	padding: 0px;
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	background-size: auto calc(100% - 60px);
}



.slides .swiper-pagination {
	width: auto;
	right: 20px;
	left: auto;
	bottom: 70px;
}



.slides .swiper-pagination span {
	width: 10px;
	height: 10px;
	background: #999;
	border-radius: 5px;
	transition: .3s;
	opacity: 1;
}

.slides .swiper-pagination .swiper-pagination-bullet-active {
	width: 26px;
	background: #2e5586;
}

.slides .stext {
	font-size: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #222;
	font-weight: normal;
	font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "Simsun", "SimHei", "Arial";
	height: 60px;
	line-height: 60px;
	background-color: #f4f4f4;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	/*margin-top: 450px;*/
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.slides .stext a{white-space: nowrap;text-overflow: ellipsis;height:100%;}

/* #example2 .stext{line-height:50px;} */

/* .slides .slides_container .posters a.stext:hover {
	background-color: #477dcb;
	color: #FFF;
} */

.slides .next,
.slides .prev {
	position: absolute;
	transition: .8s;
	opacity: 0;
	top: 40%;
	width: 25px;
	height: 41px;
	display: block;
	z-index: 99;
}

.slides .prev {
	background: url(../images/index_btn01.png) no-repeat center center;
	left: 0;
}

.slides .next {
	background: url(../images/index_btn02.png) no-repeat center center;
	right: 0;
}


.example .pagination {
	position: inherit;
	bottom: 90px;
	margin: 0 auto;
	z-index: 103;
	padding: 0;
}

#example2.example .pagination {
	position: inherit;
	bottom: 62px;
	margin: 0 auto;
	z-index: 103;
	padding: 0;
}

.example .pagination li {
	margin: 0 auto;
	width: 20px;
	float: left;
	list-style: none;
}

.example .pagination li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: -9999px;
	margin: 0 10px;
	padding: 0px;
	position: inherit;
}

.example .pagination li.current a {
	border-color: #fff;
	background-color: #fff;
}


@media (hover:hover){

.slides:hover .prev {
	opacity: 1;
}

.slides:hover .next {
	opacity: 1;
}

}