@charset "utf-8";
@import "article.css";
@import "goods.css";
@import "form.css";
@import "smallslider.css";
@import "lightbox.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;
}

/*弹出窗口样式*************************************************************************/
#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;
}

.con_title{ width:660px; height:50px; font-family:"微软雅黑"; font-size:26px; color:#76121d;}
.contact{ width:530px; margin:0 auto}
.contact img{ float:left}
.contact_con{ width:280px; height:150px; float:left; margin-left:20px;}
.contact_con span{ color:#000000; font-weight:bold;}
.message{width:530px; padding:20px 65px 0 0; margin:0 auto}
#button{ width:87px; height:26px; background:url(../images/submit.jpg) no-repeat; display:block; border:none; font-size:14px}
