@charset "utf-8";
/**---------------------------------------------------------
*function:组件库
*version:2.0
*author:l李鑫鑫
*date:2014.7.
----------------------------------------------------------*/
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; font-weight:normal;}
ol,ul{ list-style:none; padding:0;margin:0;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
q:before,q:after{ content:''}
abbr,acronym{ border:0;}
img {vertical-align:middle;border:none 0;}
body {font-size:12px; text-align:left;}
html{ text-align:center;}
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE7.0及以下版本*/ 
:focus { outline-style: none; } /* for Firefox，IE8.0等 */
.clear {clear: both;font-size:1px;width:1px;height:0;visibility: hidden;}
a{text-decoration:none; color:#000000;}
a:hover{ color:#d11418;}
.f16{ font-size:16px;}

/*定位*/
.bc{ margin-left:auto; margin-right:auto;}/*全称为blockCenter，作用使块级元素居中*/
.fl{ float:left; display:inline;}
.fr{ float:right; display:inline;}
*html.clearfix{ height:1%;}
.clearfix{ display:block;}
.pr{ position:relative;}

/*长度高度*/
.w648{ width:648px;}
.w318{ width:318px;}
.w980{ width:980px;}
.w978{ width:978px;}
.ht100{height:100%;}
.hei_222{ min-height:222px;}
/*边距*/
.pr15{ padding-right:15px;}
.mt10{ margin-top:10px;}
.mb10{ margin-bottom:10px;}


.bc{ margin-left:auto; margin-right:auto;}/*全称为blockCenter，作用使块级元素居中*/
/*共同*/

/*网页变成黑白*/
/*
html { 
	-webkit-filter: grayscale(100%) !important; 
	-moz-filter: grayscale(100%) !important; 
	-ms-filter: grayscale(100%) !important; 
	-o-filter: grayscale(100%) !important; 
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
	_filter:none !important; 
}

body {
	background-image: none !important;
}
*/