@charset "utf-8";


iframe {
	opacity: 0;
}
a, input, div, textarea {
	outline: none;
}
html, body, h1, h2, h3, h4, ul, li, ol, dl, dt, dd, form, p, input, textarea {
	margin: 0;
	padding: 0;
}
ul, dl, ol, li {
	list-style: none;
}
html {
	height: 100%;
}
body {
	font-family: "Helvetica", "微软雅黑", "华文细黑", "黑体";
	font-size: 12px;
	color: #000;
	-webkit-text-size-adjust: none;
	position: relative;
	height: 100%;
	min-width: 1000px;
}
img {
	border: none;
}
h1, h2, h3 {
	font-weight: normal;
}


.clear {
	clear: both;
}

.c-widthLimit {
	width: 1000px;
	margin: auto;
	position: relative;
}
	
.c-footer {
	width: 100%;
	text-align: center;
	color: #8f8f8f;
	font-size: 12px;
	height: 100px;
	line-height: 100px;
	background: #efefef;
}

.c-indexBtn {
	position: absolute;
	color: #fff;
	text-decoration: none;
	right: 5px;
	top: 50px;
	background: url("intro/backbtn.png") no-repeat right center;
	display: inline-block;
	padding-right: 30px;
	line-height: 24px;
	font-size: 14px; 
}
