@charset "utf-8";
/* CSS Document */

body {
	font-family: 100% Verdana, Arial, Helvetica, sans-serif,宋体;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-color: #FFFFFF;
	word-break: break-all;
	word-wrap: break-word;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #018EE8;
	text-decoration: none;
}

a:active {
	color: #018EE8;
	text-decoration: none;
}

form,input,select,label {
	margin: 0px;
	padding: 0px;
}

ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

dl,dd,dt {
	margin: 0px;
	padding: 0px;
}

p,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

td,div {
	margin: 0px;
	padding: 0px;
}

img,a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 说明：不增加额外元素实现清除浮动（ 闭合浮动元素 Clear Floats ） */ 

.clearfix:after { 
content: "."; 
display: block;
height: 0;
clear: both;
visibility: hidden; 
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%;
} 

.clearfix {
	display: block;
}

/* End hide from IE-mac */ 

.clear {
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	border-top: 0;
	margin-top: 0;
	clear: both;
	visibility: hidden;
}
