@charset "utf-8";
/* CSS Document */
body {
	background:#47305A;
	line-height:170%;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, pre, form, fieldset, input, p, blockquote, th, table, td, img, dd, dt, dl, div {
	margin:0;
	padding:0;
}
img {
	border:0 none;
}
input, img{ vertical-align: middle;}
b, em, h1, h2, h3, h4, h5{ font-weight:normal; font-style:normal;}
p {
    word-wrap: break-word;
}
ul li {
	list-style:none
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
body {
	font:12px "宋体", arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
html,body{

      -webkit-text-size-adjust:none;

}

/*通用定义*/
.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
