/* ------------------------------------------------------------------------ 重定义浏览器默认样式 */
* { margin: 0; padding: 0; word-wrap: break-word; }
body { background: #fff url(../images/body_bg.jpg) no-repeat top center; color: #000; }
body, input, button, select, textarea { font: 12px/1.5 "DejaVu Sans", "Lucida Grande", Tahoma, "Hiragino Sans GB", STHeiti, SimSun, sans-serif; }
table { empty-cells: show; border-collapse: collapse; border: 0; }
	caption, th { text-align: left; font-weight: 400; }
ul, li { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; margin: 0; padding: 0; }
h1 { background: url(../images/title_bg.gif); height: 38px; padding: 12px 0 0 35px; }
em, cite { font-style: normal; }
a { color: #999 ; text-decoration: none; }
	a:hover { color: #6f0e13; }
	a img { border: none; }
small { font-size: 11px; color: #ab9339; font-weight: normal; }	
textarea{background: #f0f0f0; border: 1px #e2e2e2 solid; }
.clear { clear: both; }
.more { float: right; margin: 10px 10px 0 0; }

.wrap { width: 1003px; margin: 0 auto; background:url(../images/left.jpg) repeat-y left;}
#menu { width: 182px; height:auto;float: left;  overflow: hidden; }

.page_header { width: 821px; float: left; position: relative;  }
	#page_header .banner{clear:both; z-index: -999;}
	#search { width: 235px; height: 23px; position: absolute; top: 32px; right: 0; background: #222 url(../images/search_iron.gif) no-repeat center left; text-align: right; }
	
		#search input { width: 150px; height: 20px; line-height: 20px; border: 1px #1d1d1d solid; background: #000; color: #999; }
		#search .but { background: url(../images/search_iron.gif) no-repeat center right; width: 18px; height: 20px; text-indent: -999px; border: 0; cursor: hand; }
	#title { width: 181px; height: 23px; position: absolute; top: 157px; left: 0;background:#222; padding:5px 1px;}

.page_r { width: 821px; float:right; background: #fff url(../images/subnav_bg.jpg) repeat-y center left; height: auto !important; height: 450px; min-height: 450px; }
	#showroom_menu { width: 182px; float: left; overflow: hidden; }
	.page_con { width: 636px; padding-bottom:20px; float: right; }
	
.showroom_con { overflow: hidden; }
	.showroom_con li { width: 288px; height: 120px; padding: 3px; background: #1d1d1d; float: left; margin: 5px; display: inline; }

.showroomlist_con { }
	.showroomlist_con ul { margin: 8px; overflow: hidden; }
	.showroomlist_con li { float: left; margin: 5px 11px; display: inline; text-align: center; font-size: 11px; }
		.showroomlist_con li img { width: 90px; height: 90px; padding: 3px; background: #1d1d1d; }
		.showroomlist_con li h2 { color: #555; font-weight: normal; }
		
.company_con, .cer_con, .network_con, .contact_con { padding: 10px; }
.news_con { padding: 10px; }
	.news_con li { border-bottom: 1px #4C4C4C dashed; padding: 5px 0 5px 10px; background: url(../images/iron.gif) no-repeat center left; }
		.news_con li small { float: right; color: #555;  }
		
.page_title { padding: 10px 5px 5px 16px; color: #8d1b20; font-size: 16px; background-color:#DADADA; width:615px;}
	.page_title h2 { font-weight: 500; }
.location { color: #555; font-size: 11px; float: right; }
	
#footer { padding: 8px 0; clear: both; text-align: right; color: #555; background-color:#000000;}

/*菜单样式*/
#basic-accordian{ color: #FFF; padding-top: 5px; }
.accordion_headings{ cursor:pointer; line-height: 25px; letter-spacing: 1px; background: url(../images/iron.gif) no-repeat 165px bottom; border-bottom: 1px #7c1418 solid; }
	.accordion_headings a { display: block; padding: 3px 0 3px 15px; color: #FFF; }
		.accordion_headings a:hover { background: #222 url(../images/iron.gif) no-repeat 165px bottom; }
.accordion_child{ background: #000; color: #8e1b20; }
.accordion_child ul li{ padding: 5px 0 5px 20px; background: url(../images/iron.gif) no-repeat 10px center; border-bottom: 1px #222 dashed; }
	.accordion_child ul li a { color: #8e1b20; }
		.accordion_child ul li a:hover { color: #FFF; }
.header_highlight{ background: url(../images/iron.gif) no-repeat 165px top; }


.page { height: 38px; padding-top: 15px; text-align: center; }
	.page span { color: #960c12; }


/*放大图片效果，简体、繁体、英文的图片有区别，请注意-------------------------------------------------------------------*/
#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: #D4D4D4;
	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: 12px Verdana, Helvetica, sans-serif;
	background-color: #D4D4D4;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #161616; }
#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 */ 
