* { margin:0; padding:0; }
body {
	margin:0 auto;
	height:100%;
	text-align:center;
	font-family:arial,宋体;
	font-size:12px;
	color:#333;
	line-height:150%;
	background:#94D3D3 url(../images/bg.png) ;
}
#topbox {
    margin:0 auto;
	height:84px;
	width:992px;
	background:url(../images/topbg2.png) no-repeat;
}
#topname {
    float:left;
	width:335px;
}
#topsearch {
    float:right;
	margin:24px 15px 0 0;
	width:380px;
	text-align:right;
}
#navi {
    height:50px;
	padding:7px 0 0 8px;
	margin-bottom:5px;
	background:url(../images/navibg.png) repeat-x;
}
#navi li {
    list-style:none;
	float:left;
	display:inline;
	margin:0 4px;
}
#navi a {
    display:block;
	width:55px;
	color:#099;
	height:18px;
	padding:1px 0;
	text-decoration:none;
}
#navi a:hover {
    border:1px solid #ccc;
	color:#333;
	padding:0;
	width:53px;
	background:#fff;
}
#banner {
    width:778px;
	border-bottom:3px solid #099;
}
#bottom { 
    margin:0 auto; 
	height:85px; 
	width:778px; 
	clear:both;
	padding-top:20px; 
	background:#fff url(../images/bottombg.png) repeat-x;
}

.photolist ul li { 
    list-style:none; 
	float:left;
	width:150px;
	height:140px;
	padding:4px;
	margin-right:8px;
	margin-bottom:10px;
	display:inline; 
	background:#fff;
	overflow:hidden;
	border:1px solid #ccc;	
	filter: progid:DXImageTransform.Microsoft.DropShadow(color=#dddddd,offX=0,offY=3,positives=true); 
}
.photobox {
    width:150px; 
	height:116px;
	overflow:hidden;
	margin-bottom:4px;
	cursor:hand;
}
.photobox img { 
    width:150px; 
	height:auto; 
}

.clear { 
    clear:both; 
	height:0;
	overflow:hidden;
}

.page {
    margin:3px 0 15px 0;
	text-align:center;
}
.page a, .page a:visited {
	padding:2px 6px;
	border:1px solid #ccc;
	margin:2px;
	display:inline;
	font-weight:bold;
	background:#fff;
}
.page a:hover, .page a.current {
	background:#f60;
	border:1px solid #999;
	color:#fff;
}



p { padding:5px 0; text-indent:2em; }
img { border:0; }

input,
select,
textarea { 
    font-size:12px;
	font-family:arial,宋体;
	color:#666;
}
textarea { 
    border:1px solid #ccc; 
	padding:2px 5px 0 2px;
	overflow:auto;
}
.input {
    border:1px solid #ccc;
	background:#fff;
	padding:2px 3px 0 2px;
	height:16px;
}
.file {
    border:1px solid #aaa;
	background:#fff;
	padding:2px 5px 0 5px;
	height:20px;
}
.sffocus {
	background: #ffc; /*----for IE----*/
	border: 1px solid #fc6;
	padding:2px 3px 0 2px;
}

textarea:focus, 
input:focus {
	background: #F0F9FB; /*----for firefox......----*/
	border: 1px solid #1D95C7;
	padding:1px 5px;
}


table { font-size:12px; }
td { padding:3px; }
h1 { width:700px; font-size:26px; color:#2864A3; line-height:100%; 
     padding:6px; margin-bottom:5px; border-bottom:1px solid #ccc; }
.fonten { color:#999; font-size:11px; }
.fontblue { font-family:宋体; color:#3B507E; }
.fontgg { color:#f90; font-size:11px;}
a,a:visited { color:#333; text-decoration:none; }
a:hover { color:#f60; }

a.link1,
a.link1:visited { color:#333;text-decoration:none; }
a.link1:hover { color:#fff; background:#099; }

a.link2,
a.link2:visited { color:#099; font-weight:bold; text-decoration:none; }
a.link2:hover { color:#f60; text-decoration:underline; }

a.link3,
a.link3:visited { color:#2864A3; text-decoration:none; }
a.link3:hover { color:#f60; text-decoration:underline;}


#dhtmltooltip { position:absolute; border: 1px solid #099; padding:1px 6px; background-color:#fff;
                visibility: hidden; z-index: 100; text-align:left; color:#000;
				filter: alpha(opacity=80);
                /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3);*/
}

/** 蒙板层 **/
#massageBox{ 
    position:absolute;  
	z-index:100; 
	left:expression(screen.availWidth/2-screen.availWidth/4); 
	top:expression(screen.availHeight/2-screen.availHeight/4);
	visibility:hidden
}
.infoBox {
    width:450px;
	background:url(../images/infoLeft.gif) no-repeat left bottom;
}
.infoInnerBox {	background:url(../images/infoRight.gif) no-repeat right bottom; }
.infoTitle {
    height:27px;
	background:#fff url(../images/infoTitle.gif) no-repeat left;
	padding-left:26px;
	font:bold 12px/27px 宋体;
	color:#2C71AF;
	text-align:left;
}
.infoTitle span { float:right; }
.contentBox {
	margin:0 2px;
	text-align:center;
	color:#666;
	height:300px;
	overflow-y:auto;
	line-height:180%;
}
.detail {
    padding:5px 20px;
	color:#666;
	line-height:180%;
}
#mask{ 
    position:absolute; 
	top:0; 
	left:0; 
	width:expression(body.scrollWidth); 
	height:100%; 
	background:#fff; 
	filter:ALPHA(opacity=80); 
	z-index:1; 
	visibility:hidden
}