swiper.min.csshtml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #fff;
}

img {
	width: 100%;
	height: auto;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}


.z-index10 {
	z-index: 10;
}

.wh-max {
	width: 100%;
	height: 100%;
}

.fl-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fl-align-center {
	display: flex;
	align-items: center;
}
.fl-jus-center  {
	display: flex;
	justify-content: center;
}
html,
body {
  width: 100%;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.slide {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover !important;
}
/* 字体 */
.indexa {
  font-weight: bold;
  font-size: 48px;
}

.indexa-text {
  font-size: 28px;
}

/* 分页 */
#swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-pagination {
  top: 45%;
  display: flex;
  flex-direction: column;
}

.swiper-pagination-bullet {
  opacity: 0.5;
  border: 2px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0);
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1 !important;
}

.swiper .swiper-pagination-bullet {
	opacity: .5 ;
}

.wrap {
  position: relative;
}