@CHARSET "UTF-8";
html{
	margin:0;
	padding:0;
	border:0;
}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,header,hgroup,nav,section
{
	margin:0;
	padding:0;border:0;
}
body{
	margin: 0 auto;
	background: #fff;
	color:#666;
	position:relative;
	font-size:100%;
	font:12px/1.5 微软雅黑,arial,宋体;
	vertical-align:baseline;
	width:100%;
	overflow-x:hidden;
}
a{
	text-decoration:none;
	outline:none;
}
a:link{
	color:#666;
}
a:visited{
	color:#666;
}
a:hover,a:active,a:focus{
	color:#666;
	text-decoration:underline;
	outline:none;  
	text-decoration:none;
}

input{
	padding:0;
	margin:0;
}
img{
	border:none;
	background:none;
	vertical-align:middle;
}
ul,ol,li{
	list-style-type:none;
}
select,input,img,select{
	vertical-align:middle;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
table, th, td {
	vertical-align: middle;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.clearfix{
	zoom:1
}
.clearboth{
	height:0px;
	line-height:0px;
	overflow:hidden;
	clear:both;
	font-size:0px;
}

h1,h2,h3,h4{
	font-size:12px;
	font-weight:bold;
}
hr {border: 0;
	border-top:1px solid #ccc;
	height:0;
}

/* -----------------------------华丽的分割线---------------------------------- */

/* 整站图标 */
@font-face {font-family: 'iconfont';
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/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;
}
.iconfont{
	font-size: 10px;
	margin-left: 10px;
}