body,
ul {
	margin: 0;
	padding: 0
}

body,
html {
	height: 100%;
	-webkit-tap-highlight-color: transparent
}

ul li {
	list-style-type: none
}

.slides-box {
	width: 100%;
	height: 100%;
	margin: auto;
	overflow: hidden
}

.slides {
	position: relative;
	height: 100%;
	width: 100%;
	margin: auto;
	float: left
}

.slides li {
	position: absolute;
	width: 100%;
}

.slides li img {
	display: block;
	width: 100%;
	margin: auto
}


.pagination {
	position: absolute;
	top: 7.6rem;
	bottom: 11.08rem!important;
	z-index: 1!important;
	margin-left: -1.8rem!important;
}

.pagination li {
	padding: 5px 3px;
	float: left
}

.pagination li a {
	display: block;
	width: 1rem !important;
	height:0.03rem !important;
	background-color: #FFFFFF !important;
	font-size: 0px;
	padding: 0!important;
}

.pagination .active {
	background-color: #8c8d8c !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-top-left-radius:0 !important;
	border-bottom-left-radius:0 !important;
}

.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-top-right-radius:0 !important;
	border-bottom-right-radius:0 !important;
}




.s1 {
	position: fixed;
	z-index: 10;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -250px;
	width: 500px;
	height: 300px;
	background: rgba(255, 255, 255, .7);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.s1 p {
	margin: 0;
	padding: 50px 0 20px 0;
	font-family: Arial1;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}

.s1 span {
	display: block;
	font-family: Arial1;
	font-size: 25px;
	color: #666;
	text-align: center;
}

.s1 a {
	margin: 20px auto 0 auto;
	display: block;
	width: 220px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	font-family: Arial1;
	font-size: 25px;
	background: #f88371;
}

.s1 a:hover {
	background: #ed6f5c;
}

@media (max-width:480px) {
	.s1 {
		margin: -127px 0 0 0;
		width: 80%;
		height: 255px;
		left: 10%;
	}
	.s1 p {
		font-size: 36px;
	}
	.s1 span {
		font-size: 18px;
	}
}