@charset "utf-8";
/*网页整体*/
*{margin:0;padding:0;}
img{border:0;}
body {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	background:url(../images/bule_2/bg.jpg) repeat-x;
}
/*默认链接*/
a {font-size: 12px;color: #d0cfcb;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;color: #ebed3a;}
a:active {text-decoration: none;}

.black{color:#000000;}
.grey{color:#666666;}
.white{color:#FFFFFF;}
.red{color:#FF0000;}
.yellow{color:#FFFF00;}
.orange{color:#FF9900;}
.bule{color:#0000FF;}
.green{color:#00FF00;}

input{height:16px;vertical-align:middle;}
.input_submit{color:#ffffff; background: url(../images/bule_2/button_bg.jpg) repeat-x; height:20px; border:0;}

/*网页主体*/
#main{
	width:990px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
/*公司名称*/
.company_name{font-size:26px; color:#d2d2d2; font-weight:bold; margin-left:8px;}
/*导航栏*/
#menu{ margin:0; background: url(../images/bule_2/menu_bg.gif) repeat-x;}
#menu a{display:block; float:left; width:100%; height:43px; text-align:center; line-height:43px; font-weight:bold; color:#FFFFFF;font-size:14px; text-align:center; font-family:Arial;}
#menu a:hover{ color:#ebed3a;}
/*左边分类*/
#left_class{border:#575a5d 2px solid; background:#252525;}
#left_class h6{font-size:12px; font-weight:bold; color: #FFFFFF; height:25px;  background:#6c6f70; line-height:25px; margin:1px; padding-left:8px;font-family:Arial;}
#left_class ul{list-style-type:none; }
#left_class ul li a{color:#FFFFFF;  padding:5px 0 5px 8px; margin:0 1px 0 1px;  display:block; }
#left_class ul li a:hover{background: #252525  ; color: #ebed3a;}

#left_class ul li ul li a{color:#FFFFFF; font-weight: normal;padding:5px 0 5px 8px; background:#252525 ;display:block; }
#left_class ul li ul li a:hover{background:#252525 ;}
/*左边联系方式*/
#left_contact{border:#575a5d 2px solid; background:#252525; margin-top:8px;}
#left_contact h6{font-size:12px; font-weight:bold; color: #FFFFFF; height:25px;  background:#6c6f70; line-height:25px; margin:1px; padding-left:8px;font-family:Arial;}
#left_contact p{margin:5px; line-height:25px;}
/*网页底部*/
#foot{
	border-top:#252525 4px solid;
	margin-top:8px;
	line-height:25px;
	padding:5px;
	color:#666666;
	text-align:center;
	width:970px;
}
#foot a{color:#666666;}

#top_flash{margin-bottom:8px;}
/*内容显示区*/
#right_main{border:#575a5d 2px solid; background:#252525; margin:0; padding:1px;overflow:hidden;text-overflow:ellipsis; width:740px;}
#right_main tr td{padding:2px;}

.title{font-size:20px; padding:15px 5px; margin:0 10px; text-align:center; color:#333333;border-bottom:#575a5d dashed 1px;}
.weizhi{ color:#ffffff; font-size:12px; padding:3px 10px;font-weight:bold;font-family:Arial; background:#6c6f70; height:20px; line-height:20px;}
.line_buttom_hui{}
.hangju{line-height:25px; padding:3px;}
.border_hui{border:#575a5d 1px solid;}
.line_buttom_hui_xuxian{border-bottom:#575a5d 1px dashed;}
.border_hui_xuxian{border:#575a5d 1px dashed;}
/*分页样式*/
#page {padding:8px; margin: 3px;  text-align: center; clear:both;}
#page a{border:#666666 1px solid; padding:2px 5px; margin:2px; color:#ffffff; text-decoration:none;}
#page a:hover{color:#FFFFFF; background:#666666;}
#page span.current{border:#01B0ED 1px solid;padding:2px 5px; margin:2px;color: #FFFFFF;background:#01B0ED;}
#page span.disabled{border:#EEEEEE 1px solid;padding:2px 5px; margin:2px;color: #DDDDDD;}
#page span.text {border:#666666 1px solid;padding:2px 5px; margin:2px;color: #666666;}
/*产品图片*/
.Pro_Info{text-align:center;border-bottom:1px solid #ccc; margin-bottom:5px;}
.Pro_Images{padding:2px;}
.Pro_Images img{display:inline; width:80px; height:80px;margin:0 5px;border:1px solid #ccc;filter:alpha(opacity=50);opacity:0.3;cursor:pointer;}
.Pro_Images .active{filter:alpha(opacity=100);opacity:1;border-color:#999;}
.Pro_BigImage{text-align:center;background:#fff;}
.Pro_BigImage img{margin:0 auto;cursor:pointer;}
