*{box-sizing: border-box;}
body, dl, dd, h1, h2, h3, h4, h5, h6, p, form{margin:0;}   
ol,ul{list-style-type: none; margin:0; padding:0;}
.width1200{width: 1200px; margin: 0 auto;}
.clear{
	clear: both;
}
a{text-decoration:none;}
img{border:none;max-width:100%;}

/*清除浮动*/
.clear{clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
* html .clearfix{height:1%} /* Hides from IE-mac \*/
.clearfix{display:block}/* End hide from IE-mac */

/*浮动*/
.fL{float:left;}
.fR{float:right;}
.mL10{margin-left:10px;}
.mB10{margin-bottom:10px;}

/*图标*/

.icon_1{
	background: url(../img/icon_1.png) no-repeat;
	background-size: 150px 282px;
}