/*默认设置*/
body, form, p, ul, li{margin: 0;padding: 0;}
img{border: 0;}
ul li{list-style: none;}

/*基本设置*/
body{font-size:12px;color:#333;background:url(../images/bg.jpg) repeat-x left top;font-family:"微软雅黑"}
a{text-decoration: none;color:#333;font-size:12px;}
a:hover{text-decoration:underline;color:#FF6609;}
.kuang{ border:solid 1px #EBEBEB;}
.k_bottom{border-bottom:#EDEDED solid 1px}
.k_rifht{border-right:solid 1px #EBEBEB}
.font14_heicu{ color:#1C8BDC; font-size:14px; font-weight:bold; font-family:"微软雅黑"}
.font14_baicu{ color:#ffffff; font-size:14px; font-weight:bold;}
.kuang2{ border:solid 1px #E1E1E1; border-top:none;}
.more{ color:#008FDB;}
.hanggao{ line-height:24px;}
.mar_t{ margin-top:12px;}
.fu{color:#000;}
.content{ width:780px; margin:0px auto; overflow:hidden}

/*一级菜单DIV整体样式*/
.ddsmoothmenu{
font: bold 14px "微软雅黑";
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
background:url(../images/nav-center.jpg) right top no-repeat;
display: inline;
float: left;
}

/*	一级菜单样式	*/  
.ddsmoothmenu ul li a{
display: block;
font-size:14px;
color:#ffffff;
font-weight:bold;
text-align:center;
text-decoration:none;
width:125px;
height:40px;
line-height:40px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

/*	一级菜单鼠标选择样式	*/ 
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#FFFF00;
}

/*	一级菜单鼠标经过样式	*/
.ddsmoothmenu ul li a:hover{  /*background of menu items during onmouseover (hover state)*/
color:#FFFF00;

}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; 
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background:none

}


/* 子(二级)菜单样式 */
.ddsmoothmenu ul li ul li a{
	font-size:12px;
	color:#333;
	width:150px; /*width of sub menus*/
	line-height:26px;
	height:26px;
	padding:0px;
	text-align:center;
	background: url(../images/menu_er_bg.png) repeat-y center center;
	font-weight:normal;
	border-right:none;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu  ul li ul li :visited{
	color:#333;
	background: url(../images/menu_er_bg.png) repeat-y center center;
}

/* 子(二级)菜单样式鼠标滑过样式 */
.ddsmoothmenu ul li ul li a:hover{
	background:#1931FF;
	color:#fff;
}



/* Holly Hack for IE \*/



* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/



.slider {
	position:relative;
	width:998px;
	height:300px;
}
.slider .pic {}
.slider .pic img {
	width:998px;
	height:300px;
}
.slider .num {
	z-index:2;
	position:absolute;
	right:2px;
	bottom:2px;
	width:57px;
	height:16px;
}
.slider .num li {
	float:left;
	display:inline;
	width:16px;
	height:16px;
	line-height:16px;
	margin-left:3px;
	text-align:center;
	color:#595959;
	cursor:pointer;
}
.slider .num li.current {
	background-color:#ffffff;
	font-weight:bold;
	color:#ff4e00;
}
.slider .bg {
	z-index:1;
	position:absolute;
	right:2px;
	bottom:2px;
	width:57px;
	height:16px;
}
.slider .bg li {
	float:left;
	display:inline;
	width:16px;
	height:16px;
	line-height:16px;
	margin-left:3px;
	background-color:#fff;
	filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;background-color:#ffffff;font-size:0;
	text-align:center;
	color:#595959;
	font-size:0;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

