@charset "utf-8";
/* CSS Document */
/*
KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中文 2.基于最新主流浏览器
维护：玉伯(lifesinger@gmail.com), 正淳(ragecarrier@gmail.com)
*/

*{
-webkit-tap-highlight-color:rgba(255,0,0,0);	
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	font-family: "微软雅黑";
	font-size: 20px;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/* 重置列表元素 */
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
/* 重置文本格式元素 */
a{ text-decoration:none; blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ -webkit-tap-highlight-color:transparent;} 
a:focus{ -moz-outline-style: none; /* FF */ }
a:hover,a:link,a:visited { text-decoration: none; }
img{
	border: 0 none;
}
/* remember to highlight inserts somehow! */
ins,a {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0 none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
   font-family: "微软雅黑";
}

.clearfix {
  overflow: auto;
  zoom: 1;
}
.qing{
	display: block;
	clear: both;
}
.public-container{
	display: block;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}
.fl{
	display: block;
	float: left;
}
.fr{
	display: block;
	float: right;
}



.botdis{
	padding-bottom: 18vw;
}


.nav-top {
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
	height: 14.49vw;
	height: 1rem;
	background: none;
	z-index: 99;
}