@charset "utf-8";
@import "article.css";
@import "goods.css";
@import "form.css";
@import "smallslider.css";
@import "lightbox.css";
@import "cart.css";
.clear{ clear:both; margin:0; padding:0; height:0; overflow:hidden;}

/*图+文字滚动*/		
.scroll_block{ float:left; width:960px; overflow:hidden; /*ZOOM:1; POSITION: relative; */ margin-left:10px; display:inline; }
.arr_left { float:left;  width:20px; height:145px; background: url(../image/scroll/left.gif)  left 0px no-repeat; CURSOR: pointer;}
.arr_right{ float:right; width:20px; height:145px; background: url(../image/scroll/right.gif) left 0px no-repeat;  CURSOR: pointer;}
.arr_left:hover{ background: url(../image/scroll/left_over.gif)  left 0px no-repeat; }
.arr_right:hover{ background: url(../image/scroll/right_over.gif)  left 0px no-repeat; }

.scroll_cont{ float:left; width:910px; height:145px; overflow:hidden; }
.scroll_item a{ float:left; width:180px; margin-right:10px;padding:0px; display:inline; background:#EDFFDF; color:#388400;}
.scroll_item a:hover{ background:#388400; color:#fff; text-decoration:none;}
.scroll_item img{ float:left; width:178px; height:118px; float:left; margin:0; padding:1px; overflow:hidden; display:inline;;}
.scroll_item span{
	float:left; width:180px; text-align:center;height:25px; line-height:25px;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin:0px; padding:0; display:inline;
}
/*长文章分页*/
#page_break {} 
#page_break .collapse {display: none;} 
#page_break .num {padding: 10px 0;text-align: center;} 
#page_break .num li{display: inline; margin: 0 2px;padding: 3px 5px;border:1px solid #abcee4; 
background-color: #fff;color: #369;text-align: center;cursor: pointer;overflow: hidden;} 
#page_break .num li.on{background-color: #369;color: #fff;font-weight: bold;} 
/*弹出窗口样式*************************************************************************/
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute;
	height:100%;
	width:99%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:10000;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute;
	width:412px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:10002;
	font-size:13px;
}
#popupContact h1{
	margin:0;padding:0;
	text-align:left;
	color:#6FA5FD;
	font-size:14px;
	height:30px;line-height:30px;
	font-weight:700; left:10px;
	border-bottom:1px dotted #D3D3D3;
}
#popupContactClose{
	font-size:20px;
	height:30px;line-height:30px;
	right:10px; top:-3px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor:pointer;
}
#contactArea{
	float:left;
	margin:0px; padding:5px; background:#000;
	text-align:left;
}
