/*公共样式*/
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
input{
	margin:0;
	padding:0;
}
html,
body{
	width:100%;
	height:100%;
}
body{
	line-height:30px;
	font-size:14px;
	font-family:"microsoft yahei",Arial,Helvetica,sans-serif;
	overflow-x:hidden;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	color:#0cc;
}
li{
	list-style-type:none;
}
img{
	vertical-align:top;
}
.wrap{
	width:1200px;
	margin:0 auto;
}
.content{
	width:100%;
	background:#fff;
	padding:3px;
	border-top:1px solid transparent;
}
.clearline{
	width:1px;
	height:100%;
	background:#fff;
}
/*子页面p注释*/
p.f00{
	display:inline-block;
	background:#fff;
	margin-left:2em;
	padding:0 3px;
}

/*浮动*/
.fl{
	float:left;
}
.fr{
	float:right;
}

.inline{
	display:inline;
}
.block{
	display:block;
}
.inline-block{
	display:inline-block;
}
/*颜色*/
.fff{
	color:#fff;
}
.f00{
	color:#f00;
}
.f36{
	color:#f36;
}
.f43499{
	color:#f43499;
}
/*边框*/
.border{
	border-width:1px;
	border-style:solid;
}
.bd-top{
	border-top-style:solid;
	border-top-width:1px;
}
.bd-right{
	border-right-style:solid;
	border-right-width:1px;
}
.bd-bottom{
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.bd-left{
	border-left-style:solid;
	border-left-width:1px;
}
/*字体大小*/
.font16px{
	font-size:16px;
}
.bold{
	font-weight:bold;
}
/*转换块级*/
.block{
	display:block;
}
@font-face {font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot'); /* IE9*/
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}







