﻿/* css document
@charset "utf-8";
 
html {
	overflow: hidden;
	font-size:12px
}
body {
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	height: 100%;
	color: #fff;
	padding-top: 0px
}
*/
#center {
	z-index: 2;
	position: absolute;
    width:100%;
    height:213px;
}
#slider {
	z-index: 1;
	position: absolute;
	width: 1200px;
	height: 213px;
	overflow: hidden;
	left:20px;
}
#slider .slide {
	z-index: 10;
	position: absolute;
	border-left: #000 1px solid;
	width: 600px;
	background: #000;
	height: 213px;
	overflow: hidden;
	cursor: default;
	left: 22px;
	text-align:left;
}

#slider .title {
	color: #f80;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 1.5em;
	text-decoration: none
}
#slider .text {
	position: absolute;
	text-align: justify;
	width: 470px;
	display: none;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
	font-size: 0.9em;
	top: 100%;
	left: 10px
}
#slider .diapo {
	position: absolute;
	filter: alpha(opacity=100);
	visibility: visible;
	opacity: 1;
			width: 600px;
}
#apdiv1 {
	z-index: 1;
	position: absolute;
	background-color: #000000;
	width: 940px;
	height: 30px;
	overflow: hidden;
	top: 0px;
	left: 0px
}
#apdiv2 {
	z-index: 3;
	position: absolute;
	width: 860px;
	height: 35px;
	overflow: hidden;
	top: 216px;
	left: -429px
}
/*定义文字样式
.pagenext {
	position: relative;
	width: 940px;
	height: 37px
}
a.pn:link {
	z-index: 4;
	position: absolute;
	width: 47px;
	font: 12px "宋体";
	color: #666;
	top: 15px;
	right: 33px;
	text-decoration: none
}
a.pn:visited {
	z-index: 4;
	position: absolute;
	width: 47px;
	font: 12px "宋体";
	color: #666;
	top: 15px;
	right: 33px;
	text-decoration: none
}
a.pn:hover {
	color: #fff
}
a.pn:active {
	color: #fff
}

a {
	font-size: 12px;
	color: #000;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration:underline;
}
a:active {
	color: #fff;
	text-decoration: none;
}
    */