@charset "utf-8";
body {
        font-family: 'Hiragino Sans GB','Microsoft Yahei',Arial,sans-serif;
    }
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, textarea {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	margin: 0;
	outline: 0 none;
	padding: 0
}
html, body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0
}
body,table,tr,th,td,button,select,input,textarea {
	font-size: 12px;
	line-height: 1.6;
	color: #555;
}
ul, p, h1, h2, h3, h4, h5, h6, form, ol {
	margin: 0;
	padding: 0
}
img, button {
	border: 0;
	vertical-align: middle
}
li {
	list-style: none
}
a {
	text-decoration: none;
	color: #0673b6
}
a:hover {
	text-decoration: underline
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
button {
	cursor: pointer;
	padding: 0
}
em, i, b {
	font-style: normal
}
input, select {
	vertical-align: middle;
	margin: 0;
	outline: 0
}
textarea {
	outline: 0;
	resize: none;
	overflow-x:hidden;
	overflow-y:auto;
}
.hide {
	display: none !important
}
.hidden {
	visibility: hidden !important
}
.overflow-hidden{
	overflow: hidden;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
	overflow: hidden
}
.left-panel {
	float: left
}
.right-panel {
	float: right
}
.ie6_0 body {
	behavior: url("css/csshover3.htc")
}
.error_tips {
	width: 230px;
	overflow: hidden;
	margin: 100px auto 0;
	padding-top: 140px;
	background: url(../images/error_tips.jpg) top center no-repeat;
}
.abcenter {
	zoom: 1;
	position: relative;
	padding: 10px 0 20px;
	overflow: hidden;
}
.abcenter_wrap {
	float: left;
	left: 50%;
	position: relative;
}
.abcenter_inner {
	float: left;
	right: 50%;
	position: relative;
}