body{
	font-family:Arial, Helvetica, sans-serif; /*FONT-FAMILY: arial, helvetica, sans-serif老外常用字体*/
	font-size: 9pt;
	COLOR: #333;	
	margin: 0px;
	padding: 0px;
}
td{font-size: 10pt;}
form, input, select {margin:0px; padding:0px;}
img,a img{border:0; margin:0; padding:0;}
.leftbg{
	background-image: url(/img/contentBox_leftBG.gif);
	background-repeat:repeat-y;
	width:6px;
}
.rightbg{
	background-image: url(/img/contentBox_rightBG.gif);
	background-repeat:repeat-y;
	width:6px;
}
.dh{
	background-image: url(/img/2100_0312.jpg);
	background-repeat:no-repeat;
	width:72px;
	height:29px;
	padding-top:5px;
    color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.dhh{
	background-image: url(/img/2100_0622.jpg);
	background-repeat:no-repeat;
	width:91px;
	height:29px;
	padding-top:5px;
    color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.tabtitle {
	color: #C93C4C;
	font-size: 20px;
	font-weight: bold;
	padding-left:10px;
}
.tabtitle2 {
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
	padding-left:4px;
}
.tabtitle3 {
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
}
a:link {color: #0000ff;text-decoration: none;}
a:visited {text-decoration: none;color: #0000ff;}
a:hover {text-decoration: underline;color: #FF3900;}
a:active {text-decoration: none;color: #FF3900;}



a.white:link {color: #FFFFFF;text-decoration: none;}
a.white:visited {color: #FFFFFF;text-decoration: none;}
a.white:hover {color: #0000ff;text-decoration: underline;}
a.white:active {color: #0000ff;text-decoration: none;}

a.d:link {color: #0000ff;text-decoration: none;}
a.d:visited {text-decoration: none;color: #0000ff;}
a.d:hover {text-decoration: underline;color: #FF3900;}
a.d:active {text-decoration: none;color: #FF3900;}
.white1{color: #FFFFFF;font-size:9pt;font-weight:bold;}
.bodwh {color: #FFFFFF;}
.sub {
	font-weight: bold;
	color: #ff0000;
}
.bod {
	color: #000000;
}
.bod2 {
	color: #000000;
}
.foot {
    padding-top:3px;
	font-size:8pt;
}
.sub2 {
	font-weight: bold;
	color: #CC0000;
}
.sub3 {
	font-weight: bold;
	color: #FF6600;
}
.title {
	font-size: 24px;
	color: #FF6600;
	font-weight: bold;

}

.sub4 {
	font-weight: bold;
	color: #C93C4C;
}
.sub5 {
	font-weight: bold;
	color: #0066CC;
}
.mar{margin-top:5px;}
.kuang{border:1px solid #ccc;padding:3px;width:150px;height:150px;}
.whitefont{font-weight:bold;font-size:11pt;color:#FFF;
}

/*CSS图片查看器
.pop_img {
	POSITION: relative
}
a.pop_img:hover {
	Z-INDEX: 50; BACKGROUND-COLOR: transparent
}
.pop_img SPAN {
LEFT: -1000px; VISIBILITY: hidden; COLOR: black;  BORDER: gray 1px solid; POSITION: absolute; TEXT-DECORATION: none
}
.pop_img SPAN IMG {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px;/*width:200px;height:200px;
}
a.pop_img:hover SPAN {
	LEFT: -60px; VISIBILITY: visible; TOP: -150px
}
.imgcen img{
vertical-align:middle;
}
*/

#lightbox{
	position: absolute;
	top: 40px;
	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/pup/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/pup/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/pup/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 14px 宋体, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

.outbg{
	background-image: url(/image/bnt02.gif);
	background-repeat:repeat-x;

	height:28px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.overbg{
	background-image: url(/image/bnt03.jpg);
	background-repeat:repeat-x;

	height:28px;
	color:#FF3400;
	font-weight:bold;
	text-align:center;
	cursor :hand;
	text-decoration:underline;

}
.bntpic{
	background-image: url(/image/bnt01.gif);
	background-repeat:no-repeat;
	height:28px;
	width:4px;
}

.c {
	 WIDTH: 187px
}
.c .f {
	FONT-SIZE: 5px; WIDTH: 100%; LINE-HEIGHT: 6px; BORDER-COLLAPSE: collapse; border-spacing: 0
}
.c .f TD {
	BACKGROUND: url(/image/cf.gif) repeat-x
}
.c .f .l {
	BACKGROUND-IMAGE: url(/image/cfl.gif); WIDTH: 5px
}
.c .f .r {
	BACKGROUND-IMAGE: url(/image/cfr.gif); WIDTH: 5px
}
.c .h {
	WIDTH: 100%; BORDER-COLLAPSE: collapse; HEIGHT: 28px; border-spacing: 0
}


.compLgnBoxNormal .bc .b {

}
.m { width:800px;}
.c .bc,.m .bc {
	BACKGROUND: url(/image/br.gif) #f5f5f5 repeat-y right top; MARGIN-LEFT: 0px; WIDTH: 100%
}
.c .b,.m .b {
	PADDING-RIGHT: 15px; PADDING-LEFT: 15px; BACKGROUND: url(/image/bl.gif) repeat-y; PADDING-BOTTOM: 5px; PADDING-TOP: 5px
}

.ll {
	BACKGROUND-IMAGE: url(/image/index_03.jpg);
	background-repeat:no-repeat;
	height:5px;
	WIDTH: 5px;
	}
.rr{
	BACKGROUND-IMAGE: url(/image/index_06.jpg);
	background-repeat:no-repeat;
	height:5px;
	WIDTH: 5px;
}
.cc {
	BACKGROUND-IMAGE: url(/image/index_04.jpg);
	background-repeat:repeat-x;
	height:5px;
}
.martop5{
margin-top:5px;
}

.hr {
	BACKGROUND-IMAGE: url(/image/hr2.gif);
	background-repeat:repeat-x;
	height:4px;
}
.hr2 {
	BACKGROUND-IMAGE: url(/image/hr3.gif);
	background-repeat:repeat-y;
	width:2px;
}
.NewsTitle{
font-weight:bold;color:#444444;
}
.newadmin{ color:#FF6600;
}
.newleftbg{
	BACKGROUND-IMAGE: url(/image/largeQuote.png);
	background-repeat:no-repeat;
}
.tabtitle{color:#0000FF;font-weight:bold;padding-left:12px;font-size:12pt;}
.contactbg{
	BACKGROUND-IMAGE: url(/image/me1.jpg);
	background-repeat:no-repeat;
}

.submenu-content FORM {
	BACKGROUND:  url(imagess/search.gif) no-repeat right 50%;}
.inputs{
	BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 8pt; BORDER-LEFT-COLOR: #ddd8bc; BACKGROUND: #5EACE4; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #ddd8bc; WIDTH: 80px; height:16px;BORDER-TOP-COLOR: #ddd8bc; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #ddd8bc
}
.inputs2{
	BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 8pt; BORDER-LEFT-COLOR: #ddd8bc; BACKGROUND: #5EACE4; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #ddd8bc;BORDER-TOP-COLOR: #ddd8bc; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #ddd8bc
}



.index3{
	MARGIN: 5px 0px 0px 5px; WIDTH: 100%;height:100%;
    float:center;
}
.list3 {WIDTH: 100%;}
.list3 LI {
	FLOAT: left; MARGIN: 2px 5px;WIDTH:160px;OVERFLOW:hidden;HEIGHT: 180px;TEXT-ALIGN: center
}
.list3 LI A IMG {
	BACKGROUND: #DCF8C8; MARGIN: 5px 0px 0px;/*WIDTH: 160px; HEIGHT: 130px*/
}
.list3 LI A:link,.list3 LI A:visited{
	DISPLAY: block; BACKGROUND: #E5F4F7; COLOR: #0000FF;HEIGHT: 160px
}
.list3 LI A:hover,.list3 LI A:active{
	BACKGROUND:#D1E1F0; COLOR: #FF0000; TEXT-DECORATION: none
}

.tuijian { width:220px;
}
.tuijian LI {
padding:2px;
BORDER-LEFT: #B7C8D9 1px solid;
background-image: url(/imgs/right.gif);
background-repeat:no-repeat; 
float:left;
width:65px;
}
.top_bg{width:956px;height:87px;background:url(/images/index_lency_03.jpg) top no-repeat;margin-top:5px;align:center;}
.top_bg2{width:956px;height:24px;background:url(/images/index_lency_05.jpg) top no-repeat;}
.tuijian LI A IMG {
    DISPLAY: block; BACKGROUND: #e4d5be
}
.tuijian LI A:hover {
	BACKGROUND: #fde3ca; COLOR: #ff0000;TEXT-DECORATION: none
}
.news {line-height:22px;height:auto;}
.about{line-height:18px;margin-top:4px;}
.textleft {text-align:left;}
