@charset "utf-8";
/* 代码整理：易站站长网yizhanzzw.com */
body {
	background: #eee;
	font-size: 62.5%;
	font-family: helvetica, arial, sans-serif;
}
.zoomoutmenu {
	border: 0.5em solid #fff;
	position: relative;
	height: 23.5em;
	width: 50em;
	margin: 0 auto;
}
.panels {
	height: 23.5em;
	width: 50em;
	overflow: hidden;
}
.tabs {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.tabs li {
	float: left;
	display: block;
	width: 10em;
	background-color: #fff;
	text-align: center;
}
.tabs li a {
	padding: 0.2em;
	display: block;
	text-decoration: none;
	color: #000;
	border-top: 5px solid #fff;
	font-size: 1.3em;
}
.tabs li a:hover {
	border-top: 5px solid #333;
	background-color: #666;
	color: #fff;
}
.panel {
	background: #ccc;
	padding: 1em;
	height: 21.5em;
	position: relative;
}
.panel h2 {
	font-size: 3em;
	color: #fff;
	font-family: Garamond, times, serif;
	padding: 1em;
	margin: 0;
	text-align: right;
}
#one {
	background: url(../images/one.jpg) no-repeat center center;
}
#two {
	background: url(../images/two.jpg) no-repeat center center;
}
#three {
	background: url(../images/three.jpg) no-repeat center center;
}
#four {
	background: url(../images/four.jpg) no-repeat center center;
}
#five {
	background: url(../images/five.jpg) no-repeat center center;
}
/* 代码整理：易站站长网yizhanzzw.com */