/*--------------------------------------------------------
Base Style(For Bl)
Author: scorpio.Deng
Version: 1.0
Date:2008/06/30
Design Corp: www.deng-bin.com
--------------------------------------------------------*/
@charset "utf-8";
body {MARGIN: 0 auto; PADDING: 0px;font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-left:0px; background:url(../images/background.gif) repeat-x; margin-top:0px}
div,form,p,img,ul,ol,li,dl,dt,dd {margin:0px; padding:0px; list-style:none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px; margin: 0; padding: 0; border: 0; color:#7c7c7c; line-height:24px; font:Arial, Helvetica, sans-serif;}
img { vertical-align:top;}
*{ margin:0px; padding:0px;}
.fl{ float:left;}

/*网站图片 = Img
-------------------------------------------------------------*/
.img{ border:2px #DEDEDE solid;}
.img1 { border:1px #C8C8C8 solid;}

/*网站搜索条 =
-------------------------------------------------------------*/
.kuang { width:208px; height:25px; border:1px solid #595d60; background:#a33333; color:#fff; line-height:20px;}
.anniu { width:70px; height:20px; color:#7c7c7c; line-height:17px; border:1px solid #7c7c7c; background:#fff;}

/*网站字体 = Font
-------------------------------------------------------------*/
.indexFont{ color:#797979; line-height:20px;}
.sub-font {  font-weight: bold; font-size:14px; color:#F00;}
.font111 { line-height:24px; font-size:12px; color:#F00;}

/*网站链接 = Link
-------------------------------------------------------------*/

a.indexLink:link{ line-height:48px; color:#5b708b;  font-size:12px; text-decoration:none;}
a.indexLink:visited{ line-height:48px; color:#5b708b; font-size:12px; text-decoration:none;}
a.indexLink:hover{ line-height:48px; color:#a33333; font-size:12px; text-decoration:none;}
a.indexLink:active{ line-height:48px; color:#5b708b; font-size:12px; text-decoration:none;}

a.indexmenuLink:link{ line-height:35px; color:#d4f3ff;  font-size:14px; text-decoration:none; font-weight:bold;}
a.indexmenuLink:visited{ line-height:35px; color:#d4f3ff; font-size:14px; text-decoration:none; font-weight:bold;}
a.indexmenuLink:hover{ line-height:35px; color:#b9ff85; font-size:14px; text-decoration:none; font-weight:bold;}
a.indexmenuLink:active{ line-height:35px; color:#d4f3ff; font-size:14px; text-decoration:none; font-weight:bold;}

a.indexproLink:link{ line-height:30px; color:#0063a7;  font-size:12px; text-decoration:none; font-weight:bold;}
a.indexproLink:visited{ line-height:30px; color:#0063a7; font-size:12px; text-decoration:none; font-weight:bold;}
a.indexproLink:hover{ line-height:30px; color:#a33333; font-size:12px; text-decoration:none; font-weight:bold;}
a.indexproLink:active{ line-height:30px; color:#0063a7; font-size:12px; text-decoration:none; font-weight:bold;}

a.footLink:link{ line-height:24px; color:#7c7c7c;  font-size:12px; text-decoration:none;font-family:"宋体";}
a.footLink:visited{ line-height:24px; color:#7c7c7c; font-size:12px; text-decoration:none;font-family:"宋体";}
a.footLink:hover{ line-height:24px; color:#a33333; font-size:12px; text-decoration:none;font-family:"宋体";}
a.footLink:active{ line-height:24px; color:#7c7c7c; font-size:12px; text-decoration:none;font-family:"宋体";}

a.navLink:link{ line-height:29px; color:#fff;  font-size:12px; text-decoration:none; font-family:"宋体";}
a.navLink:visited{ line-height:29px; color:#fff; font-size:12px; text-decoration:none; font-family:"宋体";}
a.navLink:hover{ line-height:29px; color:#b9ff85; font-size:12px; text-decoration:none;font-family:"宋体";}
a.navLink:active{ line-height:29px; color:#fff; font-size:12px; text-decoration:none;font-family:"宋体";}

a.proLink:link{ line-height:30px; color:#006699;  font-size:12px; text-decoration:underline; font-weight:bold;}
a.proLink:visited{ line-height:30px; color:#006699; font-size:12px; text-decoration:underline; font-weight:bold;}
a.proLink:hover{ line-height:30px; color:#a33333; font-size:12px; text-decoration:underline; font-weight:bold;}
a.proLink:active{ line-height:30px; color:#006699; font-size:12px; text-decoration:underline; font-weight:bold;}

a.newsLink:link{ line-height:29px; color:#7c7c7c;  font-size:12px; text-decoration:none; }
a.newsLink:visited{ line-height:29px; color:#7c7c7c; font-size:12px; text-decoration:none; }
a.newsLink:hover{ line-height:29px; color:#a33333; font-size:12px; text-decoration:none;}
a.newsLink:active{ line-height:29px; color:#7c7c7c; font-size:12px; text-decoration:none;}

/*js*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

