@charset "utf-8"; 

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
   _background-image:url(about:blank);
   _background-attachment:fixed;
}
.img-responsive{width:100%;height: auto}  /*自适应图片*/

/* a标签 */ 
a {
	text-decoration: none ; 
        color:#bec5d4 ;
}


.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}


h3 {
	font-size: 19px;font-weight: 900;
}

/*自定义*/

.inline-block{
	display: inline-block;
}
.ib-middle{
	display: inline-block;
	vertical-align: middle;
}
.responsive{width: 100%;max-width: 100%;height: auto}
