/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*---------------------链接定义----------------------------------*/
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active{
	color: #FF0000;
	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:32px;
	background-color:#1E91CE;
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#menu ul{
	width:1003px;
	height:32px;
	list-style-type:none;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 2px;
}
#menu ul li{
	background-image: url(images/line1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.m_li{
	float:left; width:100px; line-height:32px;  text-align:center; margin-right:-2px; margin-left:-2px;
}
.m_li a{
	display:block;
	color:#FFFFFF;
	width:100px;
	font-size: 13px;
	font-weight: bold;
}
.m_line{
	float:left; width:1px; height:32px;
	line-height:32px;   /*ff下有效(图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	float:left;
	width:100px;
	line-height:32px;
	text-align:center;
	padding-top:3px;
	font-weight:bold;
	position:relative;
	height:32px;
	margin-top:-3px;
	margin-right:-2px;
	margin-left:-2px;
	display: block;
	background-image: url(../images/aaa.jpg);
	background-color: #d82a2a;
}
.m_li_a a{
	display:block;
	color:#FFFFFF;
	width:100px;
	font-size: 13px;
}


.smenu{
	width:774px; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:32px;
}
.s_li{
	line-height:32px; width:auto; display:none; height:32px; 
}
.s_li_a{
	line-height:32px; width:auto; display:block; height:32px; 
}
.smenu #s_1 {
	background-image: url(../images/w1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	padding-top: 2px;
}
.smenu #s_4 {
	background-image: url(../images/w2.jpg);
	background-repeat: no-repeat;
	background-position: 250px top;
	color: #FFFFFF;
	padding-top: 2px;
}
.smenu #s_6 {
	background-image: url(../images/w3.jpg);
	background-repeat: no-repeat;
	background-position: 467px top;
	color: #FFFFFF;
	padding-top: 2px;
}
.smenu #s_7 {
	background-image: url(../images/w3.jpg);
	background-repeat: no-repeat;
	background-position: 570px top;
	color: #FFFFFF;
	padding-top: 2px;
}
.smenu #s_8 {
	background-image: url(../images/w4.jpg);
	background-repeat: no-repeat;
	background-position: 425px top;
	color: #FFFFFF;
	padding-top: 2px;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	width:1003px;
	height:315px;
	margin:0 auto;
	margin-top:20px;
}

#slider {
	position:relative;
	width:1003px;
	height:315px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	bottom:5px;
	left: 484px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


 
/* The Nivo Slider styles */
.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%;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
