/*============================*/
/*=== Nivo Slider Styles ===*/
/*============================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,hr,
fieldset,input,p,blockquote,th,td {margin:0px; padding:0px;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:none;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
img a {border: none;}

#slider-wrapper {
	width:906px;
	position: relative;
	z-index: 1;
	height:235px;
	margin: 0 auto;
}

.banner #slider-wrapper {
	width:980px;
	position: relative;
	z-index: 1;
	height:285px;
	margin: 0 auto;
}

#szhaohu1{ width:980px; margin:0 auto;}
#szhaohu1 #slider-wrapper {
	width:980px;
	position: relative;
	z-index: 1;
	height:500px;
	margin: 0 auto;
}

#slider {
	position:relative;
	width:100%;
	height:100%;
	background:  url(../loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left: 0px;
	bottom: 186px;
	color:#ffba00;
	opacity:0.6; /* Overridden by captionOpacity setting */
	z-index:89;
	padding: 10px 20px;
	text-align: center;
}
.nivo-caption p {
	padding: 0;
	margin:0;
	line-height: 17px;
	font-size: 15px;
	width: 400px;
	font-family: Arial, Tahoma, sans-serif;
}
.nivo-caption p::selection {
	background: #fff;	
	color: #000;
}
.nivo-caption p::-moz-selection {
	background: #fff;	
	color: #000;

}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
#slider .nivo-directionNav a {
	position:absolute;
	top:30%;
	z-index:99;
	cursor:pointer;
	display: none;
	text-indent: -9999em;
	width: 40px;
	height: 90px;
}
a.nivo-prevNav {
	left: 0px;
	background: url(../images/slider_previous.png) no-repeat;
}
a.nivo-nextNav {
	right: 0px;
	background: url(../images/slider_next.png) no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: center;
	z-index: 999;
}
.nivo-controlNav a {
	z-index:999;
	cursor:pointer;
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 5px;
	background: url(../images/slider_bullet_nav.png) no-repeat 0 0;
	text-indent: -9999em;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background: url(../images/slider_bullet_nav.png) no-repeat -25px 0;
}