@charset "utf-8";
/* CSS Document */
/*CSS 初始化*/
body, html {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p,select, blockquote, th, td, i ,hr, table ,td ,tr{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
input {
	border: none 0;
}
body {
	font-size: 18px;
	color: #666;
	font-family: "微软雅黑";
	background: #fff;
	line-height: 24px;
}
/*fieldset, img {
	border: 0;
}  /*在ie6下面，只要给插入图片加了链接，就会出现小边框*/
img {
	margin:0 auto;
}/*IE6 图片*/
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
em {
	font-style: normal;
}
input, button, select, textarea {
	outline: none;
}
textarea {
	resize: none;
}
/*a {
	color: #616161;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}*/
/*清除浮动*/
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
/*针对于IE6 清除浮动*/
.clearfix {
	zoom: 1;
}
/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* 设置图片视频等自适应调整 */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
video embed, video object, video iframe {
	width: 100%;
	height: auto;
}
#ckepop a{ list-style:none;}


