/* CSS Document */

@charset "utf-8";

/*公共部分*/

.cmain_box{
	width:100%;
	position:relative;
	overflow:hidden;
	}
.cmain_con{
	width: 1200px;
	margin:0px auto;
	position:relative;
	}
.absolute{
	position:absolute;
	}
.relative{
	position:relative;
	}


/*主页修改 产品分类*/
#cpro_tit{
	height: 152px;
	overflow:hidden;
	}
	
.cpro_lb_box{
	width:2000px;
	}
.cpro_lb{
	width: 80px;
	float:left;
	height: 152px;
	}
.cpro_lb_bg{
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	filter:alpha(opacity=60);
	opacity: 0;
	z-index:50;
	}
.cpro_lbone{
	width: 720px;
	}
.cpro_lbone .cpro_lb_bg{
	filter:alpha(opacity=0);
	opacity:0;
	}
	
	
.cpro_lb_tit{
	width:100%;
	height:40px;
	left:0px;
	bottom:0px;
	background:#ccc;
	z-index:10;
	}
.cpro_lb_tit h6{
	width:295px;
	height:40px;
	color:#Fff;
	}
.cpro_lb_tit span{
	display:inline-block;
	text-align:center;
	height:40px;
	line-height:40px;
	}
.cpro_lb_tit span.cpro_lb_titone{
	width:170px;
	font-size:14px;
	background:#f60;
	}
.cpro_lb_tit span.cpro_lb_tittwo{
	width:320px;
	color:#fff;
	color:#333;
	font-size:12px;
	}
.cpro_lb_tit span i{
	padding:0px 8px;
	}


.cpro_lb_tit span.blue{
	background:#006699;
	}
	
.cpro_lb_tit span.qing{
	background:#99b412;
	}
	
.cpro_lb_tit span.green{
	background:#37bf2a;
	}

.cpro_lb_tit span.hui{
	background:#bf8943;
	}
	
