#banner {
	 height: 460px; 
	width: 100%;
	overflow: hidden;
	position: relative;
}
#banner>.bottom {
	position: absolute;
	top: 50%;
	left: 50%;
	color: white;
	text-align: center;
	margin-top: -90px;
	margin-left: -160px;
}

#banner>div h1 {
	font-size: 40px;
}

#banner>.bottom div {
	font-size: 16px;
	color: #555;
	border: 2px solid white;
	border-radius: 50px;
	padding: 10px 40px;
	background-color: white;
}

#banner>div p {
	font-size: 26px;
	line-height: 60px;
}
/* 
#banner ul li,
#banner ul {
	width: 100%;
	height: 100%;
}

#banner ul li {
	background-image: url(../images/banner01.jpg);
	background-repeat: no-repeat;
	background-position: center;
} */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

li {
	list-style-type: none;
}

/*给a标签去除下划线*/
a {
	text-decoration: none;
}

#wrapper {
	margin: 20px auto;
}

#show-area {
	width: 100%;
	max-height: 500px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}

/*注意：找bug找了很久，这里自动插入一张，父容器要加上他的宽度，否则怎么显示呢？小问题大解决*/
#show-area ul {
	position: relative;
	width: 500%;
	/* height: 700px; */
	right: 0;
}

#show-area ul li {
	float: left;
	width: 20%;
	height: 460px;
}

#show-area ul img {
	width: 100%;
	height: 100%;
}

/*指示器*/
#indicator {
	width: 140px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 52%;
	margin-left: -70px;
	z-index: 1;
	/*ackground-color: #00ccff;*/
}

#indicator div {
	height: 12px;
	width: 12px;
	border-radius: 100%;
	background-color: #ccc;
	float: left;
	margin-left: 5px;
	opacity: 0.9;
	filter: Alpha(opacity=90);
	/*为了适应旧的浏览器*/
}

#button-left,
#button-right {
	/*display:none;*/
	position: absolute;
	width: 50px;
	height: 110px;
	z-index: 2;
	background-color: #cccccc;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 110px;
	opacity: 0;
	filter: Alpha(opacity=50);
	/*为了适应旧的浏览器*/
	cursor: default;
	top: 50%;
	margin-top: -55px;
}

#button-left {
	left: 10%;
}

#button-right {
	right: 10%;
}

.onclick {
	background-color: #FFF !important;
}
/* .pc{
	display: block;
}
.yd{
	display: none;
} */

@media (max-width:800px) {
	/* #banner {
		height: 500px;
	} */
	#indicator{
		left: 59%;
	}
	#show-area {
		/*margin-top: 70px;*/
	}
	#show-area ul{
		height: auto;
	}
	#banner .bottom{
		transform: scale(.7);
	}
/* 	.yd{
		display: block;
	}
	.pc{
		display: none;
	} */
}
