@charset "utf-8";
html,body{
	padding:0;
	margin:0;
	font-size:12px;
	line-height:22px;
	font-family:"微软雅黑";
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;
}
a img{ border:none}
ul,b,h1,h2,h3,h4,h5,p,form,object{ margin:0; padding:0}
li{ list-style-type:none}
a{
	color:#303030;
}



.container{
	max-width: 1600px;
}
.pngimg{
	/*以下为IE6设置PNG透明代码*/
	behavior:url(/images/iepngfix.htc);/*相对于HTML路径*/;
}
.inlineboxul{
	display:inline-block;
	*display:inline;      /* 只有ie6和ie7识别*/
	_display:inline;      /* 只有ie6和ie7识别*/
    zoom:1;
	width:auto;
	position:relative;
	list-style-type:none;
	}
.inlineboxul li{ float:left}
.fc_blue{ color:#33e}
.fc_black{ color:#303030}
.f_green{ color:#063}
.fc_org{ color:#F60;}
.fc_red{ color:#C33;}
.fc_bai{ color:#ffffff;}
.fc_gray{ color:#666666;}
.fc_hei{ color:#000;}
.en{ font-family:Arial, Helvetica, sans-serif}
.number{ font-family:Verdana, Geneva, sans-serif}
.cl{ font-size:0px; height:0px; line-height:0px; width:100%; clear:both}
.zw{ font-size:1px; height:1px; line-height:1px; width:100%; display:block; overflow:hidden}


/*公共样式*/
.f14{ font-size:14px; font-family:"微软雅黑"}
.f12{ font-size:12px; font-family:"微软雅黑"}
.f12hei{font-family:"微软雅黑";font-size:12px; }
.pl5{ padding-left:5px;}
.fl{ float:left}
.fr{ float:right}
.ml12{ margin-left:12px}
.mr12{ margin-right:12px}
.mt12{ margin-top:12px}
.mb12{ margin-bottom:12px}
.pl12{ padding-left:12px}
.pr12{ padding-right:12px}
.pt12{ padding-top:12px}
.pb12{ padding-bottom:12px}
.t{ font-size:14px;font-family:"微软雅黑"; font-weight:bold}
.box{ display:block;}
.box_c{ display:block; margin:0 auto}
.clear:after{ content:"."; width:100%; display:block; height:0px; overflow:hidden; clear:both; line-height:0px; font-size:0px;}
/*公共样式结束*/


/* 大屏一行5个，手机一行一个 */
.col-1-5 {
	padding-left: 15px;
	padding-right: 15px;
	width: 20%;
	float: left;
}
@media (max-width: 768px) {
/* 手机版 */
	.col-1-5 {
		width: 100%;
		float: left;
	}
}





