@charset "utf-8";
#wrapper {
	clear: both;
	height: 250px;
	width: 1000px;
	background-color: #4673B9;
	margin-left: -500px;
	overflow: hidden;
	position: relative;
	left: 50%;
}
.rslides {
	margin: 0 auto 40px;
}
 @media screen and (max-width: 600px) {
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
#wrapper #logo-pic   {
	height: 250px;
	width: 270px;
	position: absolute;
	z-index: 10;
	background-image: url(../image/logo-01.png);
	background-repeat: no-repeat;
	left: 730px;
}
