@charset "utf-8";

/*页脚链接页面用的样式*/
#footnav{
    float:left;
	width:100px;
	margin-left:40px;*margin-left:20px;
	display:block;
}
#footnav li a{
    width:100px;
	line-height:30px;
	text-align:center;
	border:1px solid #ccc;
	border-right:none;
	display:block;
	color:#666;
	margin:10px 0;
}
#footnav li a:hover{
    background-color:#EEE;
	text-decoration:none;
}
#footnav .recent{
    background-color:#EEE;
	cursor:default;
}
#footcontent{
	font-size:14px;
	line-height:22px;	
	border:1px solid #ccc;
	float:left;
	padding:20px;
	*margin-left:17px;
	_margin-left:0;
	width:700px;
	margin-bottom:20px;
}
#footcontent a,#footcontent2 a{color:#666;}
#footcontent a:hover,#footcontent2 a:hover{color:#669900;}
#footcontent2{
	font-size:14px;
	line-height:22px;	
	border:1px solid #ccc;
	float:left;
	padding:20px;
	width:905px;
}

#footcontent h2{
	font-size:14px;
	color:#FF9900;
	height:25px;
	border-bottom:1px dashed #ff9900;
}

#footcontent2 h2{
	font-size:14px;
	color:#FF9900;
	height:25px;
	border-bottom:1px dashed #ff9900;
}
.webLink dl{width:200px;float:left;height:80px;}
/*floatBox*/
#overlayDiv {display: none;Z-INDEX:1; LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%;background:#333333;filter:alpha(opacity=50); moz-opacity: 0.5; opacity: 0.5;}
#overlayDiv iframe{display:none;/*sorry for IE5*/display/**/:block;/*sorry for IE5*/position:absolute;/*must have*/top:0;/*must have*/left:0;/*must have*/z-index:-1;/*must have*/filter:mask();/*must have*/width: 100%;/*must have for any big value*/height: 100%;/*must have for any big value*/;}  
.floatBoxWrap{position:absolute; z-index:100;display:none;}
.floatBoxBg{z-index:0;position:absolute;background:#000;width:100%;height:100%;min-height: 100%;top:0;left:0;filter:alpha(opacity=20,Style=0);-moz-opacity:0.2; /*MOZ , FF*/opacity:0.2;/*CSS3, FF1.5*/}
.floatBoxBg iframe{display:none;/*sorry for IE5*/display/**/:block;/*sorry for IE5*/position:absolute;/*must have*/top:0;/*must have*/left:0;/*must have*/z-index:-1;/*must have*/filter:mask();/*must have*/width: 100%;/*must have for any big value*/height: 100%;/*must have for any big value*/;}  
.floatBox{width:574px;position:absolute;z-index:999;}
.floatBox .top{background:url(/pages/images_v2/floatBox_top.png) no-repeat center top;height:9px;line-height:0;font-size:1px;}
.floatBox .body{background:url(/pages/images_v2/floatBox_bg.png) repeat-y center top;padding:6px 20px;*height:1%;}
.floatBox .bottom{background:url(/pages/images_v2/floatBox_bottom.png) no-repeat center bottom;height:8px;line-height:0;font-size:1px;}
.floatBox .navPage{background:#eef8dd;text-align:right;margin:5px 0;clear:both;}
.floatBox .navPage a,.navPage span{margin:0 3px;}
.floatBox .btnClose span{display:none;}
.floatBox .btnOkDel{text-align:center;margin:5px 0 10px 40%;}
.floatBox h2{font-size:12px;font-weight:bold;line-height:30px;border-bottom:1px solid #92d248;margin-bottom:10px;color:#000;}
.floatBox label{text-align:right;width:110px;*width:90px;display:inline-block;font-size:14px;}
.floatBox label em{color:red;margin-right:3px;font-size:12px;}
.floatBox li{padding:12px 0;}
a.btnSmallOk, a.btnSmallDel{color:#fff;font-size:12px;;text-align:center;line-height:21px;height:20px;display:block;padding:0 15px;float:left;}
a.btnSmallOk{background:#92c83e;border-right:1px solid #39550c;border-bottom:1px solid #39550c;margin-right:26px;}
a.btnSmallDel{background:#9c9c9c;border-right:1px solid #333;border-bottom:1px solid #333;}
