.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
	display: inline 
}

.erweima {text-align:center;}
.erweima img {border:6px solid #FFF; margin-right:20px;}

.title {background-color:#222; width:100%; position:fixed; top:0; left:0; font-size:12px; font-family:Verdana, Geneva, sans-serif; z-index:99999;}
.title a {color:#999; text-decoration:none; line-height:23px; padding:0 10px; letter-spacing: 1px;}
.title_r {float:right;}
.title_l {float:left;}
.title a:hover {background:#000;}

nav	{
	display: block
}
nav ul,nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0
}

#position a {
	font-style: normal;
	color: #555 !important
}

#position {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0
}

#position li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #dcdcdc;
	/* box-shadow: inset 0 1px 3px black, 0 0 1px 1px #202020; */
	margin: 0 2px;
	cursor: pointer
}
.myPosition{
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 100;
}
#position li.on {
	box-shadow: inset 0 1px 3px -1px #28b4ea, 0 1px 2px rgba(0, 0, 0, .5);
	background-color: #1BB6B8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1BB6B8),
		color-stop(100%, #0f6297) );
	background-image: -webkit-linear-gradient(top, #1BB6B8, #0f6297);
	background-image: -moz-linear-gradient(top, #1BB6B8, #0f6297);
	background-image: -ms-linear-gradient(top, #1BB6B8, #0f6297);
	background-image: -o-linear-gradient(top, #1BB6B8, #0f6297);
	background-image: linear-gradient(top, #1BB6B8, #0f6297)
}